repo size reduction

This commit is contained in:
2024-11-22 13:08:57 +01:00
parent ae09ff9e32
commit f5b63a3e85
73 changed files with 2561 additions and 2 deletions

17
packs/essentials.cmd Normal file
View File

@@ -0,0 +1,17 @@
rem -----------------------------------------------------------------------
rem Essentials
rem
rem Must-have Programme für Jedermann
rem -----------------------------------------------------------------------
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
rem --- Ordner: Standardsoftware
set STDURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/standardsoftware
curl -kLO %STDURL%/install_7zip.cmd & call install_7zip.cmd
curl -kLO %STDURL%/install_putty.cmd & call install_putty.cmd
curl -kLO %STDURL%/install_firefox.cmd & call install_firefox.cmd
curl -kLO %STDURL%/install_notepad++.cmd & call install_notepad++.cmd
rem curl -kLO %STDURL%/install_keepass.cmd & call install_keepass.cmd
rem curl -kLO %STDURL%/install_vlc.cmd & call install_vlc.cmd