From 3089c7edba99e701344a1711d2ef6facb61d0bd1 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 8 Oct 2024 18:41:41 +0200 Subject: [PATCH] Hmmm --- troubleshooting.sh | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/troubleshooting.sh b/troubleshooting.sh index 3f8bee4..f7e711f 100644 --- a/troubleshooting.sh +++ b/troubleshooting.sh @@ -77,29 +77,4 @@ sudo dconf update umask 077 # Setup ZRAM -dl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf - -# Flatpak update service -dl https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/user/update-user-flatpaks.service /etc/systemd/user/update-user-flatpaks.service -dl https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/user/update-user-flatpaks.timer /etc/systemd/user/update-user-flatpaks.timer - -# Setup networking -# We don't need the usual mac address randomization and stuff here, because this template is not used for sys-net - -# This breaks saving network settings with the Fedora 40 template rn, so I am commenting it out. -#sudo mkdir -p /etc/systemd/system/NetworkManager.service.d -#unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf | sudo tee /etc/systemd/system/NetworkManager.service.d/99-brace.conf - -# Fix GNOME environment variable -echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment - -# Moving DNF handling to the bottom as the Qubes template just breaks when repos are changed and needs a reboot to fix - -# Mark packages as manualy installed to avoid removal -sudo dnf mark install flatpak gnome-menus qubes-menus - -## Cut out a chunk here to figure out what's going on with flatpak - -# Install custom packages -# gnome-shell is needed for theming to work -sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme ncurses gnome-console gnome-shell \ No newline at end of file +dl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf \ No newline at end of file