summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 6453347..3c996ad 100755
--- a/setup.sh
+++ b/setup.sh
@@ -9,11 +9,13 @@ git clone https://git.0nom.ch/keys ~/keys
9~/keys/add-ssh-keys.sh 9~/keys/add-ssh-keys.sh
10 10
11#install packages 11#install packages
12sudo dnf install -y epel-release dnf-utils 12sudo dnf install -y epel-release
13sudo dnf groupinstall -y "Development Tools"
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 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
15
14#sudo yum install -y python3-openstackclient s3fs-fuse awscli 16#sudo yum install -y python3-openstackclient s3fs-fuse awscli
15#pip install jupyterlab python-swiftclient 17#pip install jupyterlab python-swiftclient
16#sudo dnf update -y 18sudo dnf update -y
17 19
18cat << EOF >> /etc/vimrc 20cat << EOF >> /etc/vimrc
19augroup netcat_clipboard 21augroup netcat_clipboard