Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 3778e37

Browse files
authored
Merge pull request #49 from Macleykun/patch-1
2 parents 3782a9f + 2ac407a commit 3778e37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ NETMUXD_AVAILABLE_ARCHS=("x86_64" "aarch64" "armv7" "armv7l")
77
NETMUXD_IS_AVAILABLE=0
88
NETMUXD_IS_ON=0
99

10+
# armv7l can run armv7
11+
if [[ $ARCH == 'armv7l' ]]; then
12+
ARCH='armv7'
13+
fi
14+
1015
# Check source and permission
1116
cd "$(dirname "$0")" || exit
1217
echo "Checking source"

0 commit comments

Comments
 (0)