From 5e37f42ecf5bd379300ffc737a9b6e06efce1924 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 19:48:05 +0400 Subject: [PATCH] new installation process --- lib/self-upgrade.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index b151604..896410b 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -25,7 +25,7 @@ source "$MIAOU_BASH_DIR"/lib/functions.bash sudo_root assert_system_mode -current=$(miaou-bash --version) +current=$("$MIAOU_BASH_DIR"/bin/miaou-bash --version) latest=$("$MIAOU_BASH_DIR"/tools/wget_semver artcode miaou/miaou-bash) if [[ "$current" == "$latest" ]]; then echo "up-to-date version: $current"