Merged Changes #3

已合併
coolaj86 將 34 次提交從 josh/gitea-installer.sh:master 合併至 master 2018-08-21 01:02:07 +00:00
Showing only changes of commit fb0d107416 - Show all commits

查看文件

@ -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