[mirotlaksfu] - improvements

هذا الالتزام موجود في:
Miroslav Pejic
2023-06-01 12:22:18 +02:00
الأصل 2e95899ea1
التزام bae79af053
4 ملفات معدلة مع 14 إضافات و4 حذوفات

عرض الملف

@@ -124,9 +124,9 @@ $ apt install -y software-properties-common
$ add-apt-repository ppa:deadsnakes/ppa
$ apt update
$ apt install -y python3.8 python3-pip
# NodeJS 16.X and npm
# NodeJS 18.X and npm
$ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates
$ curl -sL https://deb.nodesource.com/setup_16.x | bash -
$ curl -sL https://deb.nodesource.com/setup_18.x | bash -
$ apt-get install -y nodejs
$ npm install -g npm@latest
```