mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-12-13 03:17:55 +00:00
fix basename for curl
This commit is contained in:
@@ -37,7 +37,7 @@ msg_ok "Installed Docker & Compose"
|
||||
|
||||
msg_info "Fetching NPMplus"
|
||||
cd /opt
|
||||
curl -fsSL "https://raw.githubusercontent.com/ZoeyVid/NPMplus/refs/heads/develop/compose.yaml" -O $(basename "https://raw.githubusercontent.com/ZoeyVid/NPMplus/refs/heads/develop/compose.yaml")
|
||||
curl -fsSL "https://raw.githubusercontent.com/ZoeyVid/NPMplus/refs/heads/develop/compose.yaml" -o $(basename"https://raw.githubusercontent.com/ZoeyVid/NPMplus/refs/heads/develop/compose.yaml")
|
||||
msg_ok "Fetched NPMplus"
|
||||
|
||||
attempts=0
|
||||
|
||||
Reference in New Issue
Block a user