mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Disable Ubuntu Pro Aps
This commit is contained in:
parent
a635273e20
commit
0598f29596
5
scripts/ubuntu-disable-ads.sh
Executable file
5
scripts/ubuntu-disable-ads.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/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
|
Loading…
Reference in New Issue
Block a user