Fix downloading JDownloader

(cherry picked from commit 44e7375a45eeb49227fe0d0c2e3658ccc91b78eb)
This commit is contained in:
Sam Heinz 2024-06-14 12:26:54 +10:00
parent ba1bf86360
commit 7b6a927e4c

View file

@ -30,7 +30,8 @@ mkdir -p /app/cfg
$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
cd /app
wget -q http://installer.jdownloader.org/JDownloader.jar
msg_ok "Installed JDownloader2"
msg_info "Setting up VNC Server"