Browse Source

tabs -> spaces

pull/2/head
AJ ONeal 6 years ago
parent
commit
764458a74f
  1. 16
      install.bash

16
install.bash

@ -45,23 +45,23 @@ echo "###########################"
echo ""
echo "Just a few more steps to complete at the setup URL:"
echo ""
echo "\thttp://$my_ip:3000/"
echo " http://$my_ip:3000/"
echo ""
echo "Future changes can be made by editing the config file:"
echo ""
echo "\t/opt/gitea/custom/conf/app.ini"
echo " /opt/gitea/custom/conf/app.ini"
echo ""
echo ""
echo "P.S. Would you like to customize Gitea?"
echo ""
echo "\tRead basic instructions:"
echo "\thttps://git.coolaj86.com/coolaj86/gitea-installer.sh/_edit/master/install.bash"
echo " Read basic instructions:"
echo " https://git.coolaj86.com/coolaj86/gitea-installer.sh/_edit/master/install.bash"
echo ""
echo "\tView current templates:"
echo "\thttps://github.com/go-gitea/gitea/tree/v$VER/templates"
echo " View current templates:"
echo " https://github.com/go-gitea/gitea/tree/v$VER/templates"
echo ""
echo "\tSee a sample app.ini:"
echo "\thttps://github.com/go-gitea/gitea/blob/v$VER/custom/conf/app.ini.sample"
echo " See a sample app.ini:"
echo " https://github.com/go-gitea/gitea/blob/v$VER/custom/conf/app.ini.sample"
echo ""
# sleep 5

Loading…
Cancel
Save