From 7eeb32b8ce99a0ef8e35d2785619ebc40190c729 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 5 Jun 2023 23:00:57 -0700 Subject: [PATCH] Update Ubuntu-22.04-Desktop.sh Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index 1c38a22..9e20c3b 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -31,6 +31,10 @@ sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/syste echo "GSSAPIAuthentication no" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf echo "VerifyHostKeyDNS yes" | sudo tee -a /etc/ssh/ssh_config.d/10-custom.conf +#Setup NTS +rm -rf /etc/chrony/chrony.conf +curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf + #Disable crash reports gsettings set com.ubuntu.update-notifier show-apport-crashes false ubuntu-report -f send no @@ -41,6 +45,14 @@ sudo systemctl stop whoopsie.service sudo systemctl disable whoopsie.service sudo systemctl mask whoopsie.service +#Update packages and firmware +sudo apt update -y +sudo apt full-upgrade -y +sudo fwupdmgr get-devices +sudo fwupdmgr refresh --force +sudo fwupdmgr get-updates -y +sudo fwupdmgr update -y + #Remove unneeded packages apt purge -y gnome-calculator