From 622df878303eda59d1d60906044108a3f021e171 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Tue, 26 Aug 2025 13:02:04 +0000 Subject: [PATCH] =?UTF-8?q?scripts/script=5Fstandardpc.cmd=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/script_standardpc.cmd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/script_standardpc.cmd diff --git a/scripts/script_standardpc.cmd b/scripts/script_standardpc.cmd new file mode 100644 index 0000000..f393839 --- /dev/null +++ b/scripts/script_standardpc.cmd @@ -0,0 +1,14 @@ +:: --- Standard Home-Consumer PC Software Pack + +curl -kLO %GITURL%/app/install_7zip.cmd & call install_7zip.cmd +curl -kLO %GITURL%/app/install_chromium.cmd & call install_chromium.cmd +curl -kLO %GITURL%/app/install_firefox.cmd & call install_firefox.cmd +curl -kLO %GITURL%/app/install_inkscape.cmd & call install_inkscape.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_mp3tag.cmd & call install_mp3tag.cmd +curl -kLO %GITURL%/app/install_notepad++.cmd & call install_notepad++.cmd +curl -kLO %GITURL%/app/install_sumatrapdf.cmd & call install_sumatrapdf.cmd +curl -kLO %GITURL%/app/install_thunderbird.cmd & call install_thunderbird.cmd +curl -kLO %GITURL%/app/install_vlc.cmd & call install_vlc.cmd +curl -kLO %GITURL%/app/install_xournal.cmd & call install_xournal.cmd \ No newline at end of file