summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-04 00:46:27 +0000
committerhc <hc@email.ch>2024-10-04 00:46:27 +0000
commit9c74f9637fad6514e9270eb6320993dbd9103147 (patch)
tree6c3b721ec06ab7ca53d558788340a7d2f7692eb1
parent58f75cd799cefa86a378a78599710de0099cb86a (diff)
added gcc and devtoops grouppackage to be installed
-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
~/keys/add-ssh-keys.sh
#install packages
-sudo dnf install -y epel-release dnf-utils
+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 yum install -y python3-openstackclient s3fs-fuse awscli
#pip install jupyterlab python-swiftclient
-#sudo dnf update -y
+sudo dnf update -y
cat << EOF >> /etc/vimrc
augroup netcat_clipboard