From bf3e4a435b534bfc25321de4fddf02f869be7c3f Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Fri, 10 Nov 2017 17:47:44 +0000 Subject: [PATCH] update url --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 0e1c8a3..e0bd44c 100644 --- a/install.bash +++ b/install.bash @@ -16,7 +16,7 @@ sudo wget -O /opt/gitea/gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux- sudo chmod +x /opt/gitea/gitea # Download and install the gitea.service for systemd -sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/dist/etc/systemd/system/gitea.service +sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/master/dist/etc/systemd/system/gitea.service # Start gitea sudo systemctl restart gitea