From dc9ae7088c6903555165a0a7e2a412f664cc7307 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 1 Dec 2023 22:23:24 -0700 Subject: [PATCH] Fix missing sudo Signed-off-by: Tommy --- Fedora-Workstation-38.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Fedora-Workstation-38.sh b/Fedora-Workstation-38.sh index 0533103..29642aa 100644 --- a/Fedora-Workstation-38.sh +++ b/Fedora-Workstation-38.sh @@ -15,8 +15,6 @@ # the License. #Please note that this is how I PERSONALLY setup my computer - I do some stuff such as not using anything to download GNOME extensions from extensions.gnome.org and installing the extensions as a package instead -#Customize it to your liking -#Run this script as your admin user, NOT root output(){ echo -e '\e[36m'$1'\e[0m'; @@ -87,8 +85,8 @@ sudo systemctl restart NetworkManager sudo systemctl restart irqbalance # Disable automount -curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dconf/db/local.d/automount-disable -o /etc/dconf/db/local.d/automount-disable -curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dconf/db/local.d/locks/automount-disable -o /etc/dconf/db/local.d/locks/automount-disable +sudo curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dconf/db/local.d/automount-disable -o /etc/dconf/db/local.d/automount-disable +sudo curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dconf/db/local.d/locks/automount-disable -o /etc/dconf/db/local.d/locks/automount-disable sudo dconf update # Setup ZRAM