You've already forked gitea-ubuntu
postinstall changes
This commit is contained in:
14
giteainstall
14
giteainstall
@@ -333,23 +333,21 @@ chmod 755 /tmp/gitea-postinstall
|
||||
# Gitea postinstall notice
|
||||
#
|
||||
postnotice=$(cat <<EOF
|
||||
-------------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------------
|
||||
NEXT STEP: Go to http://$hostname and complete the initial configuration.
|
||||
-------------------------------------------------------------------------------------
|
||||
|
||||
Database User : gitea
|
||||
Username : gitea
|
||||
Database Password : $dbpass
|
||||
Database Name : gitea
|
||||
Database Password: $dbpass
|
||||
|
||||
-------------------------------------------------------------------------------------
|
||||
IMPORTANT: Once done from a terminal run the following command to finish up
|
||||
IMPORTANT: When done, run the following command to apply port changes and adjustments.
|
||||
|
||||
sudo /tmp/gitea-postinstall
|
||||
-------------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------------
|
||||
EOF
|
||||
)
|
||||
|
||||
printf '%s\n' "$postnotice"
|
||||
clear ; printf '%s\n' "$postnotice"
|
||||
|
||||
#
|
||||
# All done
|
||||
|
||||
Reference in New Issue
Block a user