Fix jd2 cfg download

This commit is contained in:
Sam Heinz
2024-06-14 12:20:46 +10:00
parent 58d4a0c3d5
commit d30c69f5d1

View File

@@ -27,9 +27,9 @@ msg_ok "Installed Dependencies"
msg_info "Installing JDownloader2"
mkdir -p /app/cfg
$STD git clone https://github.com/jlesage/docker-jdownloader-2
mv ./docker-jdownloader2/rootfs/defaults/cfg/* /app/cfg/
rm -rf ./docker-jdownloader2
$STD git clone https://github.com/jlesage/docker-jdownloader-2 /root/djd2
mv /root/djd2/rootfs/defaults/cfg/* /app/cfg/
rm -rf /root/djd2
wget -Oq - http://installer.jdownloader.org/JDownloader.jar > /app/JDownloader.jar
msg_ok "Installed JDownloader2"