From dc94af4edeead151eee228e7f14714399b7ee70a Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 22 Aug 2026 19:40:40 +0400 Subject: [PATCH] self-upgrade exec bash -l --- lib/self-upgrade.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index b25dbc1..7b0c54a 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -51,7 +51,10 @@ function perform_upgrade { sudo mv "$MIAOU_BASH_DIR" "$backup" if "$backup"/install.sh upgraded; then sudo rm -rf "$backup" - echo -e "to refresh your shell, you should now perform:\n\texec bash -l" + cat <