mirror of https://github.com/tteck/Proxmox.git
fix typo
(cherry picked from commit 58d4a0c3d5b752022c962641458e9617d8321d4a)
This commit is contained in:
parent
149971ccd8
commit
ecd24202f3
|
@ -26,7 +26,7 @@ $STD apt-get install -y openbox
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing JDownloader2"
|
msg_info "Installing JDownloader2"
|
||||||
mkidr -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
|
||||||
mv ./docker-jdownloader2/rootfs/defaults/cfg/* /app/cfg/
|
mv ./docker-jdownloader2/rootfs/defaults/cfg/* /app/cfg/
|
||||||
rm -rf ./docker-jdownloader2
|
rm -rf ./docker-jdownloader2
|
||||||
|
|
Loading…
Reference in New Issue