summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 111180f..a53fe40 100755
--- a/setup.sh
+++ b/setup.sh
@@ -4,7 +4,6 @@ echo "PasswordAuthentication no" | sudo tee -a /etc/ssh/sshd_config
4echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config 4echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config
5echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config 5echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config
6 6
7sudo dnf install -y git
8git clone https://git.0nom.ch/keys ~/keys 7git clone https://git.0nom.ch/keys ~/keys
9~/keys/add-ssh-keys.sh 8~/keys/add-ssh-keys.sh
10 9
@@ -12,9 +11,10 @@ git clone https://git.0nom.ch/keys ~/keys
12sudo dnf install -y epel-release 11sudo dnf install -y epel-release
13sudo dnf groupinstall -y "Development Tools" 12sudo dnf groupinstall -y "Development Tools"
14sudo 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 13sudo 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
14sudo dnf install -y xclip
15 15
16sudo dnf install -y gcc gcc-c++ 16sudo dnf install -y gcc gcc-c++
17sudo dnf install -y asio-devel boost-devel openssl-devel 17#sudo dnf install -y asio-devel boost-devel openssl-devel
18#install packages ml 18#install packages ml
19#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 19#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
20#pip3 install transformers 20#pip3 install transformers