summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 6327a34..73ff040 100755
--- a/setup.sh
+++ b/setup.sh
@@ -12,7 +12,9 @@ git clone https://git.0nom.ch/keys ~/keys
sudo dnf install -y epel-release
sudo dnf groupinstall -y "Development Tools"
sudo dnf install -y nc openssl 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 gcc gcc-c++
+
+sudo dnf install -y gcc gcc-c++
+sudo dnf install -y asio-devel boost-devel openssl-devel
#install packages ml
#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
#pip3 install transformers