repo size reduction
This commit is contained in:
15
packs/media_audiovideo_pack.cmd
Normal file
15
packs/media_audiovideo_pack.cmd
Normal file
@@ -0,0 +1,15 @@
|
||||
rem -----------------------------------------------------------------------
|
||||
rem Media-Pack
|
||||
rem
|
||||
rem curl -k -L https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/win10_initial_install.cmd -o start.cmd
|
||||
rem
|
||||
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_audacity.cmd & call install_audacity.cmd
|
||||
curl -kLO %STDURL%/install_vlc.cmd & call install_vlc.cmd
|
||||
curl -kLO %STDURL%/install_handbrake.cmd & call install_handbrake.cmd
|
Reference in New Issue
Block a user