summaryrefslogtreecommitdiff
path: root/setup/core/install-packages.sh
diff options
context:
space:
mode:
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