mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 01:21:33 -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
|
||||
|
||||
# Disable telemetry
|
||||
sudo systemctl stop apport.service
|
||||
sudo systemctl stop --now apport.service
|
||||
sudo systemctl disable apport.service
|
||||
sudo systemctl mask apport.service
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user