We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2783004 + 715e01a commit 9055101Copy full SHA for 9055101
APP-MANAGER
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-AMVERSION="9.9.4"
+AMVERSION="9.9.4-1"
4
5
# Determine main repository and branch
6
AMREPO="https://raw.githubusercontent.com/ivan-hc/AM/main"
@@ -1583,6 +1583,7 @@ _use_update() {
1583
else
1584
UPDATERS=$(cd "$argpath" 2>/dev/null && find . -name "*update*" -print 2>/dev/null)
1585
[ -n "$UPDATERS" ] && arg_autoupdatable=", it may have its update system"
1586
+ [ "$arg" = "$AMCLI" ] && arg_autoupdatable=", use \"am -s\" instead"
1587
printf $" %b✖\033[0m %b cannot be updated%b\n" "${RED}" "$(echo "$arg" | tr '[:lower:]' '[:upper:]')" "$arg_autoupdatable"
1588
fi
1589
done
0 commit comments