use correct gitea.service raw url

这个提交包含在:
AJ ONeal 2017-10-25 17:31:29 -06:00
父节点 cbc89e94a4
当前提交 c85c54f69c
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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/raw/master/README.md
sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/dist/etc/systemd/system/gitea.service
# Start gitea
sudo systemctl restart gitea