This commit is contained in:
pvincent
2026-08-18 13:01:44 +04:00
parent 0b2b5a4ecc
commit 3339aec782
+1 -1
View File
@@ -26,7 +26,7 @@ sudo_root
assert_system_mode
current=$("$MIAOU_BASH_DIR"/bin/miaou-bash --version)
latest=$("$MIAOU_BASH_DIR/tools/wget_semver" artcode miaou/miaou-bash)
latest=$("$MIAOU_BASH_DIR"/tools/wget_semver artcode miaou/miaou-bash)
if [[ "$current" == "$latest" ]]; then
. "$MIAOU_BASH_DIR"/lib/initiate.bash
echo "up-to-date version: $current"