diff options
| author | hc <hc@email.ch> | 2024-12-25 16:22:04 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-12-25 16:22:31 +0800 |
| commit | 9e029317b8adcd214f580c69cad992a17648f8c7 (patch) | |
| tree | 03e2205795ca240180ecbe50ade73ac989ab4b53 /core/install-packages.sh | |
| parent | 80cb9f30b15eb6e593dc828d9a5e221410d0b3d6 (diff) | |
udpate
Diffstat (limited to 'core/install-packages.sh')
| -rwxr-xr-x | core/install-packages.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/install-packages.sh b/core/install-packages.sh index 68630c5..ba317ef 100755 --- a/core/install-packages.sh +++ b/core/install-packages.sh @@ -2,9 +2,9 @@ #install packages -sudo dnf install -y epel-release -sudo dnf groupinstall -y "Development Tools" -sudo dnf install -y nc openssl bat autossh tmux htop tar bmon gzip tree wget curl mlocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum +#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 sudo dnf install -y gcc gcc-c++ |
