mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Typo fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
786e50e2af
commit
4501edcdd9
@ -130,13 +130,11 @@ sudo dconf update
|
||||
umask 077
|
||||
|
||||
ubuntu-report -f send no
|
||||
sudo systemctl stop apport.service
|
||||
sudo systemctl disable --now apport.service
|
||||
sudo systemctl mask apport.service
|
||||
sudo systemctl stop --now whoopsie.service
|
||||
sudo systemctl disable whoopsie.service
|
||||
sudo systemctl disable --now whoopsie.service
|
||||
sudo systemctl mask whoopsie.service
|
||||
sudo systemctl disable whoopsie.path
|
||||
sudo systemctl disable --now whoopsie.path
|
||||
sudo systemctl mask whoopsie.path
|
||||
|
||||
# Update packages and firmware
|
||||
|
@ -88,8 +88,7 @@ if [ ! -d /boot/efi/EFI/ZBM ]; then
|
||||
fi
|
||||
|
||||
# Disable telemetry
|
||||
sudo systemctl stop --now apport.service
|
||||
sudo systemctl disable apport.service
|
||||
sudo systemctl disable --now apport.service
|
||||
sudo systemctl mask apport.service
|
||||
|
||||
#Setup fwupd
|
||||
|
Loading…
Reference in New Issue
Block a user