Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Jastrow
ef1ed79071 Also here 2024-10-30 22:28:03 +01:00
Jan Jastrow
0598f29596 Disable Ubuntu Pro Aps 2024-10-30 22:21:23 +01:00

8
scripts/ubuntu-disable-ads.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -uo pipefail
# Comment out all URLs in this apt source
sudo sed -i'' -e 's/^\(\s\+\)\([^#]\)/\1# \2/' /etc/apt/apt.conf.d/20apt-esm-hook.conf
# Also here
sudo sed -i'' -e '/^[^#]/ s/^/# /' /var/lib/ubuntu-advantage/apt-esm/etc/apt/sources.list.d/ubuntu-esm-apps.sources