scripts/script_standardpc.cmd aktualisiert

This commit is contained in:
2025-08-26 13:02:48 +00:00
parent 622df87830
commit 9292eb1448

View File

@@ -1,14 +1,14 @@
:: --- Standard Home-Consumer PC Software Pack :: --- Standard Home-Consumer PC Software Pack
curl -kLO %GITURL%/app/install_7zip.cmd & call install_7zip.cmd curl %CURLOPT% %GITURL%/app/install_7zip.cmd & call install_7zip.cmd
curl -kLO %GITURL%/app/install_chromium.cmd & call install_chromium.cmd curl %CURLOPT% %GITURL%/app/install_chromium.cmd & call install_chromium.cmd
curl -kLO %GITURL%/app/install_firefox.cmd & call install_firefox.cmd curl %CURLOPT% %GITURL%/app/install_firefox.cmd & call install_firefox.cmd
curl -kLO %GITURL%/app/install_inkscape.cmd & call install_inkscape.cmd curl %CURLOPT% %GITURL%/app/install_inkscape.cmd & call install_inkscape.cmd
curl -kLO %GITURL%/app/install_krita.cmd & call install_krita.cmd curl %CURLOPT% %GITURL%/app/install_krita.cmd & call install_krita.cmd
curl -kLO %GITURL%/app/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd curl %CURLOPT% %GITURL%/app/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd
curl -kLO %GITURL%/app/install_mp3tag.cmd & call install_mp3tag.cmd curl %CURLOPT% %GITURL%/app/install_mp3tag.cmd & call install_mp3tag.cmd
curl -kLO %GITURL%/app/install_notepad++.cmd & call install_notepad++.cmd curl %CURLOPT% %GITURL%/app/install_notepad++.cmd & call install_notepad++.cmd
curl -kLO %GITURL%/app/install_sumatrapdf.cmd & call install_sumatrapdf.cmd curl %CURLOPT% %GITURL%/app/install_sumatrapdf.cmd & call install_sumatrapdf.cmd
curl -kLO %GITURL%/app/install_thunderbird.cmd & call install_thunderbird.cmd curl %CURLOPT% %GITURL%/app/install_thunderbird.cmd & call install_thunderbird.cmd
curl -kLO %GITURL%/app/install_vlc.cmd & call install_vlc.cmd curl %CURLOPT% %GITURL%/app/install_vlc.cmd & call install_vlc.cmd
curl -kLO %GITURL%/app/install_xournal.cmd & call install_xournal.cmd curl %CURLOPT% %GITURL%/app/install_xournal.cmd & call install_xournal.cmd