bootstrap-rocky-9/install-htop.sh

11 lines
139 B
Bash
Raw Normal View History

2024-11-24 22:52:52 +02:00
#!/usr/bin/env bash
2024-11-20 01:40:11 +02:00
mkdir -p /root/.config/htop
dnf install epel-release -y
crb enable
dnf install epel-release -y
dnf install htop -y