diff options
| author | hc <hc@email.ch> | 2024-10-04 00:46:27 +0000 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-04 00:46:27 +0000 |
| commit | 9c74f9637fad6514e9270eb6320993dbd9103147 (patch) | |
| tree | 6c3b721ec06ab7ca53d558788340a7d2f7692eb1 /setup.sh | |
| parent | 58f75cd799cefa86a378a78599710de0099cb86a (diff) | |
added gcc and devtoops grouppackage to be installed
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -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 |
| 12 | sudo dnf install -y epel-release dnf-utils | 12 | sudo dnf install -y epel-release |
| 13 | sudo dnf groupinstall -y "Development Tools" | ||
| 13 | 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 | 14 | 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 |
| 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 | 18 | sudo dnf update -y |
| 17 | 19 | ||
| 18 | cat << EOF >> /etc/vimrc | 20 | cat << EOF >> /etc/vimrc |
| 19 | augroup netcat_clipboard | 21 | augroup netcat_clipboard |
