From fb0d10741620e8b23d2e1298ef83c01cb6c1a3ae Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Thu, 28 Jun 2018 15:15:06 -0600 Subject: [PATCH] Fix systemd service. --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 4b1c0c1..22eca01 100755 --- a/install.bash +++ b/install.bash @@ -63,7 +63,7 @@ rm -f /opt/gitea/gitea ln -sf gitea-$VER /opt/gitea/gitea # Download and install the gitea.service for systemd -sudo curl -o /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/master/dist/etc/systemd/system/gitea.service +sudo curl -o /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/dist/etc/systemd/system/gitea.service # Start gitea sudo systemctl enable gitea