me-rustdeskhost-installer.sh aktualisiert

This commit is contained in:
2026-08-23 22:11:13 +02:00
parent 8ecf61862d
commit 10337f6146
+1 -1
View File
@@ -83,7 +83,7 @@ for vm in "${SELECTED[@]}"; do
echo -e "${INDENT} -> Starte Silent-Installation..." echo -e "${INDENT} -> Starte Silent-Installation..."
# --silent-install installiert den Background-Service und startet RustDesk unsichtbar # --silent-install installiert den Background-Service und startet RustDesk unsichtbar
qm guest exec $VMID -- cmd /c "C:\TMP\rustdesk_installer.exe --silent-install" >/dev/null 2>&1 qm guest exec $VMID -- powershell -Command "Start-Process -FilePath 'C:\TMP\rustdesk_installer.exe' -ArgumentList '--silent-install' -Wait -NoNewWindow"
echo -e "${INDENT} -> Entferne Desktop-Verknüpfung..." echo -e "${INDENT} -> Entferne Desktop-Verknüpfung..."
qm guest exec $VMID -- powershell -Command "Remove-Item -Path 'C:\Users\Public\Desktop\RustDesk.lnk' -ErrorAction SilentlyContinue" >/dev/null 2>&1 qm guest exec $VMID -- powershell -Command "Remove-Item -Path 'C:\Users\Public\Desktop\RustDesk.lnk' -ErrorAction SilentlyContinue" >/dev/null 2>&1