Update setup-ubuntu.sh

This commit is contained in:
2024-06-22 00:31:33 +02:00
parent eaa9557e5f
commit 12bb57b2a3

View File

@@ -2,7 +2,7 @@ sudo apt update > /dev/null && sudo apt upgrade -y > /dev/null
# Install missings apps # Install missings apps
echo "Installing a few more applications from apt..." echo "Installing a few more applications from apt..."
sudo apt install -y apt-transport-https ca-certificates cifs-utils cksfv curl dirmgr gnupg mc nano pipx python3 sshpass unrar unzip wget sudo apt install -y apt-transport-https ca-certificates cifs-utils cksfv curl dirmgr git gnupg mc nano pipx python3 sshpass unrar unzip wget
sudo apt install -y doublecmd-common sudo apt install -y doublecmd-common
sudo apt install -y mc sudo apt install -y mc
sudo apt install -y nextcloud-desktop sudo apt install -y nextcloud-desktop