change from 8 to lts
This commit is contained in:
parent
af71f0d366
commit
9689585263
|
@ -23,7 +23,7 @@ sudo /usr/bin/apt-get install --yes nodejs yarn
|
||||||
#Install n
|
#Install n
|
||||||
/usr/bin/curl -o $n_location $n_repo
|
/usr/bin/curl -o $n_location $n_repo
|
||||||
sudo /bin/chmod +x $n_location
|
sudo /bin/chmod +x $n_location
|
||||||
sudo /usr/local/bin/n 8
|
sudo /usr/local/bin/n lts
|
||||||
|
|
||||||
#Install XO dependencies
|
#Install XO dependencies
|
||||||
sudo /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python-minimal libvhdi-utils nfs-common
|
sudo /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python-minimal libvhdi-utils nfs-common
|
||||||
|
|
Loading…
Reference in New Issue