main #1

Merged
wade merged 22 commits from Sophia/thelinuxlist:main into main 2022-12-05 11:39:30 -08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 577d53c098 - Show all commits

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