Skip to content

Commit 9055101

Browse files
authored
Merge pull request #2093 from ivan-hc/dev
Dev
2 parents 2783004 + 715e01a commit 9055101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

APP-MANAGER

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
AMVERSION="9.9.4"
3+
AMVERSION="9.9.4-1"
44

55
# Determine main repository and branch
66
AMREPO="https://raw.githubusercontent.com/ivan-hc/AM/main"
@@ -1583,6 +1583,7 @@ _use_update() {
15831583
else
15841584
UPDATERS=$(cd "$argpath" 2>/dev/null && find . -name "*update*" -print 2>/dev/null)
15851585
[ -n "$UPDATERS" ] && arg_autoupdatable=", it may have its update system"
1586+
[ "$arg" = "$AMCLI" ] && arg_autoupdatable=", use \"am -s\" instead"
15861587
printf $" %b✖\033[0m %b cannot be updated%b\n" "${RED}" "$(echo "$arg" | tr '[:lower:]' '[:upper:]')" "$arg_autoupdatable"
15871588
fi
15881589
done

0 commit comments

Comments
 (0)