quick fix

This commit is contained in:
pvincent
2026-08-08 13:15:05 +04:00
parent e5dc1c6218
commit d365147744
2 changed files with 3 additions and 7 deletions
-3
View File
@@ -29,12 +29,9 @@ if [[ "$current" == "$latest" ]]; then
else
# TODO: prevent refresh from development purpose
rm -rf "$MIAOU_BASH_DIR"
echo BEFORE bootstrap
bootstrap
echo BEFORE init
miaou-bash "$MIAOU_BASH_DIR/lib/init.bash"
echo AFTER INIT
echo "miaou-bash successfully updated"
miaou-bash --version
fi