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