Update RockyLinux.md

This commit is contained in:
Ste Vaidis 2023-07-31 21:47:48 +03:00
parent 48da45e23e
commit 9e9925a0bc

View File

@ -1,4 +1,4 @@
# Extra Repos
```sh ```sh
dnf update dnf update
@ -7,6 +7,8 @@ dnf install elrepo-release
dnf install rpmfusion-free-release dnf install rpmfusion-free-release
``` ```
# System tools
```sh ```sh
dnf groupinstall "Development tools" dnf groupinstall "Development tools"
dnf install vim git zip htop iftop btop hdparm stress dnf install vim git zip htop iftop btop hdparm stress
@ -14,7 +16,7 @@ curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
dnf install nodejs dnf install nodejs
``` ```
Test # System test
```sh ```sh
btop btop