From cbc89e94a499f9386b2b4243648b7e659bde8e2e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 25 Oct 2017 17:30:19 -0600 Subject: [PATCH] use raw url for wget --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd5cf85..d72526c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ sudo wget -O /opt/gitea/gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux- sudo chmod +x gitea # Download and install the gitea.service for systemd -sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/src/master/dist/etc/systemd/system/gitea.service +sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/README.md # Start gitea sudo systemctl restart gitea