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;
I run the free version and do not delete the Ceph repos (especially since I'm using Ceph amongst my storage options):
At the very least run a sed command to just comment out any/all lines in the files instead of nuking them.