Skip to content

Commit 2b3c81b

Browse files
Update install.sh
1 parent f252607 commit 2b3c81b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ else
3333
SYSTEM_ARCH=x86
3434
fi
3535

36-
geco "[INFO] -SDK: $SDK"
36+
geco "[INFO] -API_Level: $SDK"
3737
geco "[INFO] -Platform: $SYSTEM_ARCH"
3838

3939
# Ensure Android version
4040
if test "$SDK" -lt "$HOUDINI_API"; then
41-
geco "\n[!!!] This package only supports Android11." && exit 101
41+
geco "\n[!!!] API_Level could not lower than $HOUDINI_API." && exit 101
4242
fi
4343

4444
# Ensure Device Architecture
4545
if test "$SYSTEM_ARCH" != "$HOUDINI_ARCH"; then
46-
geco "\n[!!!] Unsupport Platform: -$SYSTEM_ARCH ;This package only supports x86_64 devices!" && exit 101
46+
geco "\n[!!!] This package only supports $HOUDINI_ARCH devices!" && exit 101
4747
fi
4848

4949
# Before installation

0 commit comments

Comments
 (0)