mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Fix jd2 cfg download
(cherry picked from commit d30c69f5d112938105dc4bce7f7f716483947423)
This commit is contained in:
parent
ecd24202f3
commit
ba1bf86360
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing JDownloader2"
|
msg_info "Installing JDownloader2"
|
||||||
mkdir -p /app/cfg
|
mkdir -p /app/cfg
|
||||||
$STD git clone https://github.com/jlesage/docker-jdownloader-2
|
$STD git clone https://github.com/jlesage/docker-jdownloader-2 /root/djd2
|
||||||
mv ./docker-jdownloader2/rootfs/defaults/cfg/* /app/cfg/
|
mv /root/djd2/rootfs/defaults/cfg/* /app/cfg/
|
||||||
rm -rf ./docker-jdownloader2
|
rm -rf /root/djd2
|
||||||
wget -Oq - http://installer.jdownloader.org/JDownloader.jar > /app/JDownloader.jar
|
wget -Oq - http://installer.jdownloader.org/JDownloader.jar > /app/JDownloader.jar
|
||||||
msg_ok "Installed JDownloader2"
|
msg_ok "Installed JDownloader2"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue