mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
install-new-server.sh node version to v14
This commit is contained in:
@@ -50,8 +50,8 @@ wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
|
|||||||
tar -C /usr/local -xzf go1.14.2.linux-amd64.tar.gz
|
tar -C /usr/local -xzf go1.14.2.linux-amd64.tar.gz
|
||||||
|
|
||||||
# nodejs
|
# nodejs
|
||||||
echo "installing nodejs v10"
|
echo "installing nodejs v14"
|
||||||
curl -sL https://deb.nodesource.com/setup_10.x | bash -
|
curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
echo "installing npm http-server"
|
echo "installing npm http-server"
|
||||||
|
|||||||
Reference in New Issue
Block a user