bootstrap-rocky-9/install-htop.sh
Eliezer Croitoru 5eb6ea79f2 htop
2024-11-20 01:40:11 +02:00

11 lines
138 B
Bash
Executable File

#!/usr/bin/env bah
mkdir -p /root/.config/htop
dnf install epel-release -y
crb enable
dnf install epel-release -y
dnf install htop -y