diff options
| author | Your Name <you@example.com> | 2026-02-11 10:50:51 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-02-11 10:50:51 +0800 |
| commit | ee4d10a65dc0864263608ad1ef3679a1f6cea958 (patch) | |
| tree | 41b112bd79226ce593e57ce14007c367d2d36745 /setup/core/install-packages.sh | |
| parent | 052d108d0092f14b706e0872f10bea901e5d239f (diff) | |
cleanup
Diffstat (limited to 'setup/core/install-packages.sh')
| -rwxr-xr-x | setup/core/install-packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/core/install-packages.sh b/setup/core/install-packages.sh index dd3e69d..fb0a75d 100755 --- a/setup/core/install-packages.sh +++ b/setup/core/install-packages.sh | |||
| @@ -6,7 +6,7 @@ sudo dnf install -y epel-release | |||
| 6 | 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 | 6 | 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 |
| 7 | sudo dnf install -y xclip | 7 | sudo dnf install -y xclip |
| 8 | 8 | ||
| 9 | sudo dnf install -y gcc gcc-c++ | 9 | sudo dnf install -y gcc gcc-c++ openssl-devel |
| 10 | sudo dnf install -y java-latest-openjdk-devel | 10 | sudo dnf install -y java-latest-openjdk-devel |
| 11 | #sudo dnf install -y asio-devel boost-devel openssl-devel | 11 | #sudo dnf install -y asio-devel boost-devel openssl-devel |
| 12 | 12 | ||
