From 6ee6450a0387c47454a7263e15efef83d406f92d Mon Sep 17 00:00:00 2001 From: Siim Date: Sun, 5 Jul 2026 12:41:18 +0200 Subject: [PATCH] Added the alias "upup" for running "sudo dnf update --refresh -y" --- fedora_post_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora_post_install.sh b/fedora_post_install.sh index 70d84f6..ecfc87e 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -87,6 +87,9 @@ dnf update -y &> /dev/null sed -i "$ a AutoConnect=true" /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 echo "Installing archive support"