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