bootstrap-rocky-10/install-htop.sh
Super User d459384258 1
2026-02-05 06:30:56 +02:00

11 lines
139 B
Bash
Executable File

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