From bd4a756e53f6fa033d29199bbb9128bdee2bbae3 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 4 Mar 2026 07:45:07 +0100 Subject: [PATCH] fixed downloader inclusion --- deploy.sh | 6 ++++-- stacks/downloader/compose.yml | 0 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 stacks/downloader/compose.yml diff --git a/deploy.sh b/deploy.sh index cde5e6c..30df3de 100644 --- a/deploy.sh +++ b/deploy.sh @@ -113,6 +113,9 @@ cp -r $scriptdir/stacks /opt cp -r $scriptdir/scripts /opt chmod -R 775 /opt/stacks +cd /opt/stacks +git clone https://github.com/trantienloi2404/youtube-downloader.git downloader + #adminemail replace_string_recursive "/opt/stacks" "?adminemail?" $adminemail #adminpass @@ -154,8 +157,7 @@ umask 0022 # install youtube downloader to /opt/stacks/downloader so it shows up in dockge -cd /opt/stacks -git clone https://github.com/trantienloi2404/youtube-downloader.git downloader + cd /opt/dockge diff --git a/stacks/downloader/compose.yml b/stacks/downloader/compose.yml deleted file mode 100644 index e69de29..0000000