tell user to visit install page

这个提交包含在:
AJ ONeal 2017-10-27 17:58:51 -06:00
父节点 6a34cb6eaa
当前提交 ba3002dff6
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

@ -1,5 +1,7 @@
#!/bin/bash
# wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash; bash install-gitea.bash
# wget -O - https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash | bash
# Create a 'gitea' user and group with the home /opt/gitea
@ -18,3 +20,5 @@ sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86
# Start gitea
sudo systemctl restart gitea
echo "Please visit http://localhost:3000/ now to finish installing gitea"