better readme

This commit is contained in:
pvincent
2026-08-20 22:47:44 +04:00
parent 3bdfe54c36
commit 40581b9442
2 changed files with 29 additions and 20 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ source "$MIAOU_BASH_DIR"/lib/functions.bash
assert_system_mode
sudo_root
if _confirm_destructive 2>/dev/null; then
cd || exit 2 # exit should not occur!
uninstall
echo 'MIAOU-BASH fully uninstalled, previous settings restored from original'
echo 'MIAOU-BASH fully uninstalled, previous settings have been restored from original'
echo "to reset your shell, please run: \`exec bash -l\`"
else
builtin exit 1
fi