client_install_programme.sh aktualisiert

This commit is contained in:
sebastian.zell 2024-12-28 19:20:38 +00:00
parent 9c93b6d499
commit 18c33323fb
1 changed files with 4 additions and 5 deletions

View File

@ -67,6 +67,7 @@ FLATPAK_PACKAGES=(
"com.spotify.Client"
"com.bitwarden.desktop"
"com.github.philip_scott.notes-up"
"com.rustdesk.RustDesk"
)
# Alternativen für nicht verfügbare Pakete
@ -127,9 +128,9 @@ mkdir -p ./deb_packages
# Zip-Datei von Nextcloud herunterladen
wget -O folder.zip "https://next.zell-cloud.de/nextcloud/s/6BHNNj9WpoAFpoW/download"
wget -O ~/deb_packages/shadow-amd64.deb https://update.shadow.tech/launcher/prod/linux/x86_64/shadow-amd64.deb
wget -O ~/deb_packages/shadow.deb https://update.shadow.tech/launcher/prod/linux/x86_64/shadow-amd64.deb
wget -O ~/deb_packages/fakturama.deb https://files.fakturama.info/release/v2.1.3/Installer_Fakturama_linux_x64_2.1.3c.deb
wget -O ~/deb_packages/fakturama.deb https://files.fakturama.info/release/v2.1.3/Installer_Fakturama_linux_x64_2.1.3c.deb
# Nur die .deb-Dateien aus dem Zip-Archiv entpacken
unzip -j folder.zip "*.deb" -d ./deb_packages
@ -146,8 +147,6 @@ for DEB_FILE in ./deb_packages/*.deb; do
sudo apt install -y "$DEB_FILE" || echo "Fehler bei der Installation von $DEB_FILE"
done
sudo dpkg -i --force-all ./deb_packages/shadow-amd64.deb
# Optional: Entfernen der .deb-Dateien nach erfolgreicher Installation
rm -f ./deb_packages/*.deb