fixed downloader inclusion

This commit is contained in:
2026-03-04 07:45:07 +01:00
parent 9e951cb7d8
commit bd4a756e53
2 changed files with 4 additions and 2 deletions

View File

@@ -113,6 +113,9 @@ cp -r $scriptdir/stacks /opt
cp -r $scriptdir/scripts /opt cp -r $scriptdir/scripts /opt
chmod -R 775 /opt/stacks chmod -R 775 /opt/stacks
cd /opt/stacks
git clone https://github.com/trantienloi2404/youtube-downloader.git downloader
#adminemail #adminemail
replace_string_recursive "/opt/stacks" "?adminemail?" $adminemail replace_string_recursive "/opt/stacks" "?adminemail?" $adminemail
#adminpass #adminpass
@@ -154,8 +157,7 @@ umask 0022
# install youtube downloader to /opt/stacks/downloader so it shows up in dockge # 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 cd /opt/dockge