diff --git a/apps/github b/apps/github index ae0088a..680e6a6 100755 --- a/apps/github +++ b/apps/github @@ -6,5 +6,5 @@ LINK2="$(echo $1/releases | sed 's|github.com|api.github.com/repos|')" if ! grep github.com <<< "$1"; then LINK2="$(curl "$1" | grep -o https.\*releases | sed 's|github.com|api.github.com/repos|')" fi -LINK3="$(curl "$LINK2" | grep -v arm64 | grep -om1 https.\*AppImage)" +LINK3="$(curl "$LINK2" | grep -v arm64 | grep -v armh | grep -om1 https.\*AppImage)" appdwarf "${@:2}" -u "$LINK3"