master
Mi Klo 2021-09-15 18:32:09 +00:00
rodzic d03ecbb457
commit 779fc8d105
1 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -82,4 +82,12 @@ apt-get install $1 ./ecryptfs-utils_111-5_amd64.deb ./libecryptfs1_111-5_amd64.d
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
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