new scripts and updates
This commit is contained in:
@ -15,7 +15,12 @@ do
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
if [ ! -x /usr/bin/curl ] ; then
|
||||
CURL_NOT_EXIST=1
|
||||
apt install -y curl
|
||||
else
|
||||
CURL_NOT_EXIST=0
|
||||
fi
|
||||
sudo apt install wget git go-lang -y
|
||||
sudo adduser --disabled-login --gecos 'Gogs' git
|
||||
git clone --depth 1 https://github.com/gogs/gogs.git gogs
|
||||
|
Reference in New Issue
Block a user