added unattended installs, and bumped golang ver

This commit is contained in:
2023-08-11 00:11:16 -07:00
parent ece5f6ae68
commit 895cbc1c1c
26 changed files with 733 additions and 36 deletions

View File

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