1
0
Fork 1

Make instructional output more readable

Dieser Commit ist enthalten in:
AJ ONeal 2018-06-04 20:06:14 +00:00
Ursprung 6728663a8b
Commit 902eaa71e2
1 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -54,10 +54,14 @@ echo ""
echo ""
echo "P.S. Would you like to customize Gitea?"
echo ""
echo "\tSee basic instructions at https://git.coolaj86.com/coolaj86/gitea-installer.sh/_edit/master/install.bash"
echo "\tRead basic instructions:"
echo "\thttps://git.coolaj86.com/coolaj86/gitea-installer.sh/_edit/master/install.bash"
echo ""
echo "\tThe templates are at https://github.com/go-gitea/gitea/tree/v$VER/templates"
echo "\tSee a sample app.ini at https://github.com/go-gitea/gitea/blob/v$VER/custom/conf/app.ini.sample"
echo "\tView current templates:"
echo "\thttps://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 ""
# sleep 5