From 9e9925a0bc87c08574f95144ae289f4d27e6420c Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Mon, 31 Jul 2023 21:47:48 +0300 Subject: [PATCH] Update RockyLinux.md --- RockyLinux.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RockyLinux.md b/RockyLinux.md index 7c967ac..4af5738 100644 --- a/RockyLinux.md +++ b/RockyLinux.md @@ -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