Update install.sh

This commit is contained in:
2024-05-16 15:42:29 +02:00
parent a5edeaa454
commit edb050f7ce

View File

@@ -87,12 +87,23 @@ questions=("Do you want to install Kitty terminal or use XTerm" \
"Install XRDP Remote desktop" \
"Install Thunar file manager" \
"Install Google Chrome" \
"Install SMB/CIFS Storage Client" \
"Install NFS Storage Client" \
"Install Ceph Storage Client" \
"Install Neovim Text Editor" \
"Install VS Code Editor" \
)
commands=("sudo apt install -y kitty" \
"sudo apt install -y tlp tlp-rdw" \
"sudo apt install -y xrdp && sudo systemctl restart xrdp.service" \
"sudo apt install -y thunar" \
"cd /tmp/ && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo apt install -y /tmp/google-chrome-stable_current_amd64.deb && rm google-chrome-stable_current_amd64.deb" \
"sudo apt install -y smbclient" \
"sudo apt install -y nfs-common" \
"sudo apt install -y ceph-commen" \
"sudo apt install -y neovim" \
"cd /tmp/ && wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' && sudo apt install -y /tmp/vscode_amd64.deb && rm vscode_amd64.deb && cd ~" \
)
# Array to store install user choices