Update 'scripts/gogsinstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-21 03:00:43 -07:00
parent caf216eec9
commit 9ae4ccf38d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ sudo chown -R git:git /var/log/gogs/
sudo wget -O /etc/systemd/system/gogs.service https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/systemd/gogs.service
sudo rsync -avz gogs/* /home/git/
sudo chown -R git:git /home/git/
sudo ufw allow 3000
sudo systemctl daemon-reload
sudo systemctl enable gogs
sudo systemctl start gogs