Update 'scripts/giteainstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-23 11:30:02 -07:00
parent 61da959810
commit 577d53c098
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ sudo mkdir -v /etc/gitea
sudo chown -Rv root:git /etc/gitea
sudo chmod -Rv 770 /etc/gitea
sudo wget -O /etc/systemd/system/gitea.service https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/systemd/gitea.service
sudo systemctl daemon-reload
sudo systemctl enable --now gitea
sudo systemctl start gitea