mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Config: Download update.bat in windows batch script examples #3509
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d574abff33
commit
7e680a67cb
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ del start.bat
|
|||
del stop.bat
|
||||
del install.bat
|
||||
del uninstall.bat
|
||||
del update.bat
|
||||
|
||||
:END
|
||||
endlocal
|
||||
Loading…
Add table
Add a link
Reference in a new issue