forked from Sophia/thelinuxlist
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
|
||||
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||
apt-get install nodejs -y
|
||||
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
|
Reference in New Issue
Block a user