1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-07 16:23:30 -04:00

Update telemetry disablement

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-22 04:20:45 -07:00
parent 6e207360fa
commit 4071009728
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 5 additions and 3 deletions

View File

@ -86,7 +86,7 @@ if [ ! -d /boot/efi/EFI/ZBM ]; then
fi
# Disable telemetry
sudo systemctl stop apport.service
sudo systemctl stop --now apport.service
sudo systemctl disable apport.service
sudo systemctl mask apport.service

View File

@ -108,11 +108,13 @@ umask 077
ubuntu-report -f send no
sudo systemctl stop apport.service
sudo systemctl disable apport.service
sudo systemctl disable --now apport.service
sudo systemctl mask apport.service
sudo systemctl stop whoopsie.service
sudo systemctl stop --now whoopsie.service
sudo systemctl disable whoopsie.service
sudo systemctl mask whoopsie.service
sudo systemctl disable whoopsie.path
sudo systemctl mask whoopsie.path
# Update packages and firmware
sudo apt update -y