added unattended installs, and bumped golang ver
This commit is contained in:
@ -21,7 +21,8 @@ apt install -y curl
|
||||
else
|
||||
CURL_NOT_EXIST=0
|
||||
fi
|
||||
sudo apt install wget git go-lang -y
|
||||
sudo apt install wget git -y
|
||||
wget -O goinstall.sh https://sop.wtf/sh/u/goinstall && bash goinstall.sh
|
||||
sudo adduser --disabled-login --gecos 'Gogs' git
|
||||
git clone --depth 1 https://github.com/gogs/gogs.git gogs
|
||||
cd gogs
|
||||
|
Reference in New Issue
Block a user