From d82a49d9e34e4864e49d755b875377b1bee5ede7 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 29 Jul 2026 07:53:48 +0200 Subject: [PATCH] Added sudo so the flatpak update bit will work for the upup alias --- fedora_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora_post_install.sh b/fedora_post_install.sh index 628c5a4..2416106 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -99,7 +99,7 @@ sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf ###Adding the update alias echo "Now you can just use the command 'upup' to update everything." -"alias upup='sudo dnf update --refresh -y && flatpak update -y'" >> $HOME/.bashrc +"alias upup='sudo dnf update --refresh -y && sudo flatpak update -y'" >> $HOME/.bashrc ###Archive support echo "Installing archive support"