mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Refactor: Remove redundant dependencies & unify unzip usage (#4780)
* refactor unzip / remove dep * remove deps from alpine packages * remove gnupg * remove gnupg
This commit is contained in:
@@ -23,7 +23,7 @@ msg_ok "Installed ASP.NET Core Runtime"
|
||||
|
||||
msg_info "Installing rdtclient"
|
||||
curl -fsSL "https://github.com/rogerfar/rdt-client/releases/latest/download/RealDebridClient.zip" -o $(basename "https://github.com/rogerfar/rdt-client/releases/latest/download/RealDebridClient.zip")
|
||||
unzip -qq RealDebridClient.zip -d /opt/rdtc
|
||||
$STD unzip RealDebridClient.zip -d /opt/rdtc
|
||||
rm RealDebridClient.zip
|
||||
cd /opt/rdtc
|
||||
mkdir -p data/{db,downloads}
|
||||
|
||||
Reference in New Issue
Block a user