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

Loading…
Cancel
Save