mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-08 03:01:34 -05:00
Update telemetry disablement
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6e207360fa
commit
4071009728
@ -86,7 +86,7 @@ if [ ! -d /boot/efi/EFI/ZBM ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Disable telemetry
|
# Disable telemetry
|
||||||
sudo systemctl stop apport.service
|
sudo systemctl stop --now apport.service
|
||||||
sudo systemctl disable apport.service
|
sudo systemctl disable apport.service
|
||||||
sudo systemctl mask apport.service
|
sudo systemctl mask apport.service
|
||||||
|
|
||||||
|
@ -108,11 +108,13 @@ umask 077
|
|||||||
|
|
||||||
ubuntu-report -f send no
|
ubuntu-report -f send no
|
||||||
sudo systemctl stop apport.service
|
sudo systemctl stop apport.service
|
||||||
sudo systemctl disable apport.service
|
sudo systemctl disable --now apport.service
|
||||||
sudo systemctl mask 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 disable whoopsie.service
|
||||||
sudo systemctl mask whoopsie.service
|
sudo systemctl mask whoopsie.service
|
||||||
|
sudo systemctl disable whoopsie.path
|
||||||
|
sudo systemctl mask whoopsie.path
|
||||||
|
|
||||||
# Update packages and firmware
|
# Update packages and firmware
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
|
Loading…
Reference in New Issue
Block a user