Update 'scripts/giteainstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-18 21:53:14 -07:00
parent 5da0f0d524
commit 9cb62d98f3
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ sudo adduser --system --shell /bin/bash --gecos 'Git Version Control' --group --
sudo mkdir -pv /var/lib/gitea/{custom,data,log}
sudo chown -Rv git:git /var/lib/gitea
sudo chmod -Rv 750 /var/lib/gitea
sudo chown -Rv root:git /etc/gitea
sudo mkdir -v /etc/gitea
sudo chown -Rv root:git /etc/gitea
sudo chmod -Rv 770 /etc/gitea
wget -O /etc/systemd/system/gitea.service https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/systemd/gitea.service
sudo systemctl enable --now gitea