mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
fix basename for curl
This commit is contained in:
parent
0ed9e8c205
commit
f7e7d457df
207 changed files with 298 additions and 298 deletions
|
|
@ -29,7 +29,7 @@ msg_ok "Installed Dependencies"
|
|||
|
||||
msg_info "Setup NextPVR (Patience)"
|
||||
cd /opt
|
||||
curl -fsSL "https://nextpvr.com/nextpvr-helper.deb" -O $(basename "https://nextpvr.com/nextpvr-helper.deb")
|
||||
curl -fsSL "https://nextpvr.com/nextpvr-helper.deb" -o $(basename"https://nextpvr.com/nextpvr-helper.deb")
|
||||
$STD dpkg -i nextpvr-helper.deb
|
||||
msg_ok "Installed NextPVR"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue