Add reference to updated Duplicati binary
This commit is contained in:
parent
0b989915f3
commit
9d8a1a60df
|
|
@ -17,7 +17,7 @@ start /wait 7z.exe a archived_files.7z .\duplicati_install_script\* -r -x!*.git
|
||||||
echo.
|
echo.
|
||||||
echo Archived all files now creating the installer....
|
echo Archived all files now creating the installer....
|
||||||
echo.
|
echo.
|
||||||
copy /b 7zSD.sfx + config.txt + archived_files.7z Duplicati_installer_v0.1.exe
|
copy /b 7zSD.sfx + config.txt + archived_files.7z Duplicati_installer_v0.4.exe
|
||||||
echo.
|
echo.
|
||||||
echo All done!
|
echo All done!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ cls
|
||||||
echo Installing duplicati binary...
|
echo Installing duplicati binary...
|
||||||
echo Ensure that you deselect run at startup to ensure service works proper!
|
echo Ensure that you deselect run at startup to ensure service works proper!
|
||||||
echo Also! Ensure you do not run duplicati after install has completed!!
|
echo Also! Ensure you do not run duplicati after install has completed!!
|
||||||
start /wait msiexec /i "%~dp0bin\duplicati-2.0.4.15_canary_2019-02-06-x64.msi"
|
start /wait msiexec /i "%~dp0bin\duplicati-2.0.4.22_canary_2019-06-30-x64.msi"
|
||||||
goto GETPROGRAMPATH
|
goto GETPROGRAMPATH
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue