new installation process

This commit is contained in:
pvincent
2026-08-18 18:16:43 +04:00
parent 2b87c6cf0a
commit ab7eabb62e
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ function self_upgrade {
if "$backup"/install.sh upgraded; then
sudo rm -rf "$backup"
echo -n "version: "
. "$MIAOU_BASH_DIR"/bin/miaou-bash --version
miaou-bash --version
exec bash -l
else
echo "ERROR: trouble during self-upgrade: revert back"
sudo rm -rf "$MIAOU_BASH_DIR"