11 lines
139 B
Bash
Executable File
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
|
|
|