From c2fb02eb573cd1e155bc0bca6b83933abd44ec0f Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Tue, 26 Aug 2025 13:03:48 +0000 Subject: [PATCH] scripts/script_standardbusiness.cmd aktualisiert --- scripts/script_standardbusiness.cmd | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/script_standardbusiness.cmd b/scripts/script_standardbusiness.cmd index e680ee2..4e05bf5 100644 --- a/scripts/script_standardbusiness.cmd +++ b/scripts/script_standardbusiness.cmd @@ -1,12 +1,12 @@ :: --- Standard Business-PC Software Pack -curl -kLO %GITURL%/app/install_7zip.cmd & call install_7zip.cmd -curl -kLO %GITURL%/app/install_firefox.cmd & call install_firefox.cmd -curl -kLO %GITURL%/app/install_greenshot.cmd & call install_greenshot.cmd -curl -kLO %GITURL%/app/install_krita.cmd & call install_krita.cmd -curl -kLO %GITURL%/app/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd -curl -kLO %GITURL%/app/install_notepad++.cmd & call install_notepad++.cmd -curl -kLO %GITURL%/app/install_pdf24.cmd & call install_pdf24.cmd -curl -kLO %GITURL%/app/install_putty.cmd & call install_putty.cmd -curl -kLO %GITURL%/app/install_sumatrapdf.cmd & call install_sumatrapdf.cmd -curl -kLO %GITURL%/app/install_vlc.cmd & call install_vlc.cmd +curl %CURLOPT% %GITURL%/app/install_7zip.cmd & call install_7zip.cmd +curl %CURLOPT% %GITURL%/app/install_firefox.cmd & call install_firefox.cmd +curl %CURLOPT% %GITURL%/app/install_greenshot.cmd & call install_greenshot.cmd +curl %CURLOPT% %GITURL%/app/install_krita.cmd & call install_krita.cmd +curl %CURLOPT% %GITURL%/app/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd +curl %CURLOPT% %GITURL%/app/install_notepad++.cmd & call install_notepad++.cmd +curl %CURLOPT% %GITURL%/app/install_pdf24.cmd & call install_pdf24.cmd +curl %CURLOPT% %GITURL%/app/install_putty.cmd & call install_putty.cmd +curl %CURLOPT% %GITURL%/app/install_sumatrapdf.cmd & call install_sumatrapdf.cmd +curl %CURLOPT% %GITURL%/app/install_vlc.cmd & call install_vlc.cmd