From a62745448c5ac8f188ed975fed5108b99e9ba620 Mon Sep 17 00:00:00 2001 From: "sebastian.zell" Date: Sat, 28 Dec 2024 19:58:22 +0000 Subject: [PATCH] client_install_programme.sh aktualisiert --- client_install_programme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_install_programme.sh b/client_install_programme.sh index 4d147c2..0ef5b32 100644 --- a/client_install_programme.sh +++ b/client_install_programme.sh @@ -130,7 +130,7 @@ mkdir -p ./deb_packages wget -O folder.zip "https://next.zell-cloud.de/nextcloud/s/6BHNNj9WpoAFpoW/download" 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 +wget -O ~/deb_packages/nomachine.deb https://download.nomachine.com/download/8.14/Linux/nomachine_8.14.2_1_amd64.deb # Nur die .deb-Dateien aus dem Zip-Archiv entpacken unzip -j folder.zip "*.deb" -d ./deb_packages