Added sudo so the flatpak update bit will work for the upup alias
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user