mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Fix downloading JDownloader
(cherry picked from commit 44e7375a45eeb49227fe0d0c2e3658ccc91b78eb)
This commit is contained in:
parent
ba1bf86360
commit
7b6a927e4c
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ mkdir -p /app/cfg
|
||||||
$STD git clone https://github.com/jlesage/docker-jdownloader-2 /root/djd2
|
$STD git clone https://github.com/jlesage/docker-jdownloader-2 /root/djd2
|
||||||
mv /root/djd2/rootfs/defaults/cfg/* /app/cfg/
|
mv /root/djd2/rootfs/defaults/cfg/* /app/cfg/
|
||||||
rm -rf /root/djd2
|
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_ok "Installed JDownloader2"
|
||||||
|
|
||||||
msg_info "Setting up VNC Server"
|
msg_info "Setting up VNC Server"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue