|
|
@ -24,7 +24,7 @@ source "$MIAOU_BASH_DIR"/lib/functions.bash |
|
|
assert_system_mode |
|
|
assert_system_mode |
|
|
assert_root |
|
|
assert_root |
|
|
|
|
|
|
|
|
current=$(miaou-bash --version) |
|
|
|
|
|
|
|
|
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 |
|
|
if [[ "$current" == "$latest" ]]; then |
|
|
. "$MIAOU_BASH_DIR"/bin/miaou-bash --initiate |
|
|
. "$MIAOU_BASH_DIR"/bin/miaou-bash --initiate |
|
|
|