From 08cbe37868c6417d5572b8ab7eaa7c1f67c814e4 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 12 Nov 2024 00:53:59 -0700 Subject: [PATCH] Add missing new line --- fedora-gnome/fedora-gnome.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora-gnome/fedora-gnome.sh b/fedora-gnome/fedora-gnome.sh index fbe72e1..364e9cb 100644 --- a/fedora-gnome/fedora-gnome.sh +++ b/fedora-gnome/fedora-gnome.sh @@ -91,7 +91,8 @@ download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/environment /etc/environment # Fix GNOME environment variable -echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment +echo ' +XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment # Moving DNF handownloading to the bottom as the Qubes template just breaks when repos are changed and needs a reboot to fix