From ca97ef7e769a03d6d54af437848304451c61f32f Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 10 Oct 2019 12:48:14 +0200 Subject: [PATCH] Added Config and Service files --- Gitea-Installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gitea-Installer.sh b/Gitea-Installer.sh index 1f51889..e2fa392 100644 --- a/Gitea-Installer.sh +++ b/Gitea-Installer.sh @@ -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/