mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 06:51:11 +00:00
chore(scripts): use msgr instead of msg_* funcs
This commit is contained in:
@@ -31,7 +31,7 @@ clone_or_update_repo()
|
|||||||
msg_run "Starting to update $PBB_GIT"
|
msg_run "Starting to update $PBB_GIT"
|
||||||
git -C "$PBB_TEMP_DIR" reset --hard origin/master
|
git -C "$PBB_TEMP_DIR" reset --hard origin/master
|
||||||
git -C "$PBB_TEMP_DIR" pull -q \
|
git -C "$PBB_TEMP_DIR" pull -q \
|
||||||
&& msg_yay "Updated $PBB_GIT"
|
&& msgr yay "Updated $PBB_GIT"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -344,4 +344,4 @@ for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \
|
|||||||
killall "${app}" > /dev/null 2>&1
|
killall "${app}" > /dev/null 2>&1
|
||||||
done
|
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."
|
||||||
|
|||||||
Reference in New Issue
Block a user