Config: Download update.bat in windows batch script examples #3509

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-07-13 14:05:14 +02:00
parent d574abff33
commit 7e680a67cb
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ curl.exe -s -o docker-compose.yml https://dl.photoprism.app/docker/windows/docke
curl.exe -s -o start.bat https://dl.photoprism.app/docker/windows/start.bat
curl.exe -s -o stop.bat https://dl.photoprism.app/docker/windows/stop.bat
curl.exe -s -o uninstall.bat https://dl.photoprism.app/docker/windows/uninstall.bat
curl.exe -s -o update.bat https://dl.photoprism.app/docker/windows/update.bat
dir

View file

@ -22,6 +22,7 @@ del start.bat
del stop.bat
del install.bat
del uninstall.bat
del update.bat
:END
endlocal