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"