mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Videos: Add "update-yt-dlp" init target to scripts/dist/Makefile #4982
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
3
scripts/dist/Makefile
vendored
3
scripts/dist/Makefile
vendored
@@ -61,6 +61,9 @@ darktable:
|
||||
sudo apt-get update
|
||||
sudo apt-get install darktable
|
||||
sudo apt-get autoremove
|
||||
yt-dlp: update-yt-dlp
|
||||
update-yt-dlp:
|
||||
sudo yt-dlp -U
|
||||
|
||||
# Declare all targets as "PHONY", see https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html.
|
||||
MAKEFLAGS += --always-make
|
||||
|
||||
Reference in New Issue
Block a user