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

Commit c2aea6d

Browse files
committed
preparing update for more wifi refreshing arch support
1 parent 79f9f40 commit c2aea6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Get Arch
55
ARCH=$(uname -m)
6-
NETMUXD_AVAILABLE_ARCHS=("x86_64")
6+
NETMUXD_AVAILABLE_ARCHS=("x86_64" "aarch64" "armv7")
77
NETMUXD_IS_AVAILABLE=0
88
NETMUXD_IS_ON=0
99

@@ -20,7 +20,7 @@ if [[ ! -e "main" ]]; then
2020
wget https://github.com/powenn/AltServer-Linux-ShellScript/raw/main/main
2121
fi
2222
if [[ ! -e "netmuxd" && ${NETMUXD_AVAILABLE_ARCHS[*]} =~ ${ARCH} ]]; then
23-
curl -L https://github.com/jkcoxson/netmuxd/releases/download/v0.1.2/netmuxd-"$ARCH" > netmuxd
23+
curl -L https://github.com/jkcoxson/netmuxd/releases/download/v0.1.4/"$ARCH"-linux-netmuxd > netmuxd
2424
fi
2525
if [[ ! -e "ipa" ]]; then
2626
mkdir ipa

0 commit comments

Comments
 (0)