Skip to content

Commit

Permalink
Add blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 4, 2024
1 parent 27bc6ba commit 6ae16f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ update() {

if [ -n "${packages}" ]; then
echo
main_msg "Updating Packages..."
main_msg "Updating Packages...\n"

if ! "${su_cmd}" pacman -Syu; then
icon_updates_available
Expand Down Expand Up @@ -339,6 +339,7 @@ orphan_packages() {
fi
;;
*)
echo
info_msg "The removal hasn't been applied\n"
;;
esac
Expand Down Expand Up @@ -473,6 +474,7 @@ pacnew_files() {
;;
esac
else
echo
info_msg "No pacnew file found\n"
fi
}
Expand Down

0 comments on commit 6ae16f0

Please sign in to comment.