diff options
| author | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
|---|---|---|
| committer | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
| commit | 3a52e92fbbbab4df949740f89a389d68281a9428 (patch) | |
| tree | 5cb3b864eb0e3f3b90a1efd9cbdee1fb9f158f4a /core/install-packages.sh | |
| parent | 8cb260002db7c46ea5fe2c3f589b485e5f5d970d (diff) | |
Diffstat (limited to 'core/install-packages.sh')
| -rwxr-xr-x | core/install-packages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/install-packages.sh b/core/install-packages.sh index 9a6aea3..75426a7 100755 --- a/core/install-packages.sh +++ b/core/install-packages.sh @@ -2,8 +2,8 @@ #install packages -#sudo dnf install -y epel-release -sudo dnf group install -y "Development Tools" +sudo dnf install -y epel-release +#sudo dnf group install -y "Development Tools" sudo dnf install -y nc openssl bat autossh tmux htop tar bmon gzip tree wget curl plocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum sudo dnf install -y xclip |
