From 4501edcdd95c4ecc4dce3201afbecfe48e6734e9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 6 May 2024 23:31:30 -0700 Subject: [PATCH] Typo fixes Signed-off-by: Tommy --- Ubuntu-23.10-Desktop.sh | 6 ++---- Ubuntu-24.04-Server.sh | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Ubuntu-23.10-Desktop.sh b/Ubuntu-23.10-Desktop.sh index c712562..1f6fd64 100644 --- a/Ubuntu-23.10-Desktop.sh +++ b/Ubuntu-23.10-Desktop.sh @@ -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 diff --git a/Ubuntu-24.04-Server.sh b/Ubuntu-24.04-Server.sh index 7ce9e04..08d7dd1 100644 --- a/Ubuntu-24.04-Server.sh +++ b/Ubuntu-24.04-Server.sh @@ -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