We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ac537 commit f4522abCopy full SHA for f4522ab
connectd/usr/bin/connectd_library
@@ -9,9 +9,9 @@
9
# Copyright (C) 2019 remot3.it, Inc. All rights reserved.
10
11
##### Settings #####
12
-LIBVERSION=lib_v2.1.23
+LIBVERSION=lib_v2.1.24
13
AUTHOR="Gary Worsham"
14
-LIBMODIFIED="June 21, 2020"
+LIBMODIFIED="June 29, 2020"
15
GREPFLAGS=
16
apikey="remote.it.developertoolsHW9iHnd"
17
@@ -1383,6 +1383,8 @@ installProvisioning()
1383
platformType="430"
1384
elif [ "$(echo "$PLATFORM" | grep "arm")" != "" ]; then
1385
platformType="4B0"
1386
+ elif [ "$(echo "$PLATFORM" | grep "aarch64")" != "" ]; then
1387
+ platformType="4B0"
1388
elif [ "$(echo "$PLATFORM" | grep "mips")" != "" ]; then
1389
platformType="4B1"
1390
else
0 commit comments