Added sudo so the flatpak update bit will work for the upup alias

This commit is contained in:
=
2026-07-29 07:53:48 +02:00
parent 5601e5ad6b
commit d82a49d9e3
+1 -1
View File
@@ -99,7 +99,7 @@ sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf
###Adding the update alias ###Adding the update alias
echo "Now you can just use the command 'upup' to update everything." 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 ###Archive support
echo "Installing archive support" echo "Installing archive support"