Added Config and Service files

This commit is contained in:
bprieshof
2019-10-10 12:48:14 +02:00
parent c489874cf2
commit ca97ef7e76

View File

@@ -154,6 +154,9 @@ mkdir /etc/gitea
mkdir /usr/local/bin
wget -q -t7 https://dl.gitea.io/gitea/"$giteaver"/gitea-"$giteaver"-linux-amd64 -O /usr/local/bin/gitea
wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Gitea/raw/branch/master/config/systemd-system/gitea.service -O /etc/systemd/system/gitea.service
chmod +x /etc/systemd/system/gitea.service
wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Gitea/raw/branch/master/config/gitea/app.ini -O /etc/gitea/app.ini
chmod +x /usr/local/bin/gitea
chown git:git /var/lib/gitea/