fix: perccli install — prefer apt, remove stale Dell download URL
The hardcoded dl.dell.com tarball URL is stale and returns a redirect. Suggest 'apt install perccli' first (available in Proxmox repos), then fall back to manual .deb download via dell.com/support with service tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+9
-1
@@ -212,7 +212,15 @@ targets unconfigured physical disks.
|
||||
|
||||
### Install perccli
|
||||
|
||||
Download from Dell support (search "PERCCLI") or copy the `.deb` to the host:
|
||||
Try apt first — it's in the Proxmox repos:
|
||||
|
||||
```bash
|
||||
apt install -y perccli
|
||||
```
|
||||
|
||||
If not found, download the `.deb` manually: go to `dell.com/support`, enter
|
||||
your service tag, then Drivers → Storage → search "PERCCLI", download the
|
||||
Linux package, copy it to the host, and install:
|
||||
|
||||
```bash
|
||||
dpkg -i perccli_*.deb
|
||||
|
||||
Reference in New Issue
Block a user