install nodejs
rodzic
d03ecbb457
commit
779fc8d105
|
@ -83,3 +83,11 @@ cp ./30-randomize-mac-address.conf /etc/NetworkManager/conf.d
|
|||
apt-get install $1 baobab
|
||||
apt-get -t experimental install $1 josm
|
||||
apt-get install $1 qgis qgis-plugin-grass qgis-server
|
||||
#<-- nodejs
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||
apt-get install $1 nodejs
|
||||
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null
|
||||
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||
apt-get update
|
||||
apt-get install $1 yarn
|
||||
#--> nodejs
|
Ładowanie…
Reference in New Issue