Fix jd2 cfg download

(cherry picked from commit d30c69f5d112938105dc4bce7f7f716483947423)
This commit is contained in:
Sam Heinz 2024-06-14 12:20:46 +10:00
parent ecd24202f3
commit ba1bf86360

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"