Added the alias "upup" for running "sudo dnf update --refresh -y" #6

Merged
Siim merged 1 commits from Adding-upup-alias into main 2026-07-05 12:43:30 +02:00
+3
View File
@@ -87,6 +87,9 @@ dnf update -y &> /dev/null
sed -i "$ a AutoConnect=true" /etc/bluetooth/main.conf sed -i "$ a AutoConnect=true" /etc/bluetooth/main.conf
sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf 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'" >> $HOME/.bashrc
###Archive support ###Archive support
echo "Installing archive support" echo "Installing archive support"