mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
gogs not initiliazed and started
This commit is contained in:
parent
acc50f353b
commit
ba186021dd
7
gogs.sh
7
gogs.sh
@ -19,9 +19,12 @@ elif [[ $DEPTH == 3 ]]; then
|
|||||||
fi
|
fi
|
||||||
echo "$TAGSTR ====== $TITLE (Logged to $LOGFILE) ======"
|
echo "$TAGSTR ====== $TITLE (Logged to $LOGFILE) ======"
|
||||||
|
|
||||||
# All we need to do is install gogs. Gogs configuration must be done via command line.
|
# All we need to do is install gogs and enable it.
|
||||||
|
# Gogs configuration must be done via command line.
|
||||||
echo "$TAGSTR Installing Gogs"
|
echo "$TAGSTR Installing Gogs"
|
||||||
yaourt -S gogs > $LOGFILE 2>&1
|
yaourt -S gogs --noconfirm > $LOGFILE 2>&1
|
||||||
|
systemctl enable gogs > $LOGFILE 2>&1
|
||||||
|
systemctl start gogs > $LOGFILE 2>&1
|
||||||
|
|
||||||
# Lastly, say we are done.
|
# Lastly, say we are done.
|
||||||
echo "$TAGSTR Completed $TITLE"
|
echo "$TAGSTR Completed $TITLE"
|
||||||
|
Loading…
Reference in New Issue
Block a user