diff --git a/modules/media-centre/10-install-yt-dlp.sh b/modules/media-centre/10-install-yt-dlp.sh deleted file mode 100644 index 569c852..0000000 --- a/modules/media-centre/10-install-yt-dlp.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -apt-get update && apt-get install -y python3-pip -python3 -m pip install -U yt-dlp \ No newline at end of file diff --git a/modules/media-centre/jobspec.json b/modules/media-centre/jobspec.json index 54a644c..7011f97 100644 --- a/modules/media-centre/jobspec.json +++ b/modules/media-centre/jobspec.json @@ -38,12 +38,6 @@ } ] }, - "Templates": [ - { - "SourcePath": "./10-install-yt-dlp.sh", - "DestPath": "/custom-cont-init.d/10-install-yt-dlp.sh" - } - ], "Env": { "TZ": "Europe/London", "PUID": "985",