repo size reduction
This commit is contained in:
24
essentiell/install_backuptools.cmd
Normal file
24
essentiell/install_backuptools.cmd
Normal file
@@ -0,0 +1,24 @@
|
||||
rem ----------------------------------------------------------------
|
||||
rem Installiere Disk2VHD und DoubleDriver
|
||||
rem ----------------------------------------------------------------
|
||||
|
||||
rem --- Option: Download in ein temporäres Verzeichnis
|
||||
rem --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\SETUP
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=Disk2vhd.zip
|
||||
curl -kLO %BASEURL%/%PROG%
|
||||
powershell.exe "& {Expand-Archive %PROG% -Force -DestinationPath .}"
|
||||
del %PROG%
|
||||
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=Double%%20Driver.zip
|
||||
curl -kLO %BASEURL%/%PROG%
|
||||
powershell.exe "& {Expand-Archive %PROG% -Force -DestinationPath .}"
|
||||
del %PROG%
|
||||
|
||||
rem --- Sichere alle Treiber:
|
||||
cd /D "%SAVEPATH%\Double Driver"
|
||||
ddc b /target:%SAVEPATH%\Treiber
|
Reference in New Issue
Block a user