summaryrefslogtreecommitdiff
path: root/setup/core/install-packages.sh
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-02-11 10:50:51 +0800
committerYour Name <you@example.com>2026-02-11 10:50:51 +0800
commitee4d10a65dc0864263608ad1ef3679a1f6cea958 (patch)
tree41b112bd79226ce593e57ce14007c367d2d36745 /setup/core/install-packages.sh
parent052d108d0092f14b706e0872f10bea901e5d239f (diff)
cleanup
Diffstat (limited to 'setup/core/install-packages.sh')
-rwxr-xr-xsetup/core/install-packages.sh2
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
6sudo 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 6sudo 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
7sudo dnf install -y xclip 7sudo dnf install -y xclip
8 8
9sudo dnf install -y gcc gcc-c++ 9sudo dnf install -y gcc gcc-c++ openssl-devel
10sudo dnf install -y java-latest-openjdk-devel 10sudo 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