|
|
|
|
|
by throw0101b
554 days ago
|
|
> This is all standard proxmox setup and is step 1 for anyone running the free version I run the free version and do not delete the Ceph repos (especially since I'm using Ceph amongst my storage options): if [ -e /etc/apt/sources.list.d/ceph.list ]; then rm -rf /etc/apt/sources.list.d/ceph.list; fi;
At the very least run a sed command to just comment out any/all lines in the files instead of nuking them. |
|