Update RockyLinux.md
This commit is contained in:
parent
48da45e23e
commit
9e9925a0bc
@ -1,4 +1,4 @@
|
||||
|
||||
# Extra Repos
|
||||
|
||||
```sh
|
||||
dnf update
|
||||
@ -7,6 +7,8 @@ dnf install elrepo-release
|
||||
dnf install rpmfusion-free-release
|
||||
```
|
||||
|
||||
# System tools
|
||||
|
||||
```sh
|
||||
dnf groupinstall "Development tools"
|
||||
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
|
||||
```
|
||||
|
||||
Test
|
||||
# System test
|
||||
|
||||
```sh
|
||||
btop
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user