Skip to content

Commit f252607

Browse files
Update install.sh
1 parent efce3f3 commit f252607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ geco "[INFO] -SDK: $SDK"
3737
geco "[INFO] -Platform: $SYSTEM_ARCH"
3838

3939
# Ensure Android version
40-
if test "$SDK" < "$HOUDINI_API"; then
40+
if test "$SDK" -lt "$HOUDINI_API"; then
4141
geco "\n[!!!] This package only supports Android11." && exit 101
4242
fi
4343

0 commit comments

Comments
 (0)