Update 1.RockyLinux.md

This commit is contained in:
Ste Vaidis 2023-11-15 09:51:44 +02:00
parent 2691f14e39
commit 286177fbaf

View File

@ -11,9 +11,9 @@ dnf install -y rpmfusion-free-release
```sh
dnf groupinstall "Development tools"
dnf install vim git zip htop iftop btop hdparm stress python3-pip
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
dnf install nodejs
dnf install -y vim git zip htop iftop btop hdparm stress python3-pip
yum install -y https://rpm.nodesource.com/pub_20.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm
yum install -y nodejs --setopt=nodesource-nodejs.module_hotfixes=1
```
# System test