From 9fdb4cdfb04226a9f70536d323ef30af49550cec Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 20 Feb 2025 02:29:05 +0200 Subject: [PATCH] chore(scripts): use msgr instead of msg_* funcs --- scripts/install-cheat-purebashbible.sh | 2 +- scripts/install-macos-defaults.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-cheat-purebashbible.sh b/scripts/install-cheat-purebashbible.sh index a8d984e..02e70f3 100755 --- a/scripts/install-cheat-purebashbible.sh +++ b/scripts/install-cheat-purebashbible.sh @@ -31,7 +31,7 @@ clone_or_update_repo() msg_run "Starting to update $PBB_GIT" git -C "$PBB_TEMP_DIR" reset --hard origin/master git -C "$PBB_TEMP_DIR" pull -q \ - && msg_yay "Updated $PBB_GIT" + && msgr yay "Updated $PBB_GIT" fi } diff --git a/scripts/install-macos-defaults.sh b/scripts/install-macos-defaults.sh index 18bd963..bb48eaf 100755 --- a/scripts/install-macos-defaults.sh +++ b/scripts/install-macos-defaults.sh @@ -344,4 +344,4 @@ for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \ killall "${app}" > /dev/null 2>&1 done -msg_yay "Done. Note that some of these changes require a logout/restart to take effect." +msgr yay "Done. Note that some of these changes require a logout/restart to take effect."