11 lines
138 B
Bash
11 lines
138 B
Bash
|
#!/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
|
||
|
|