diff --git a/install-htop.sh b/install-htop.sh new file mode 100755 index 0000000..2e3d10f --- /dev/null +++ b/install-htop.sh @@ -0,0 +1,10 @@ +#!/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 +