Skip to content

Commit ede1190

Browse files
committed
Remove useless option
1 parent d5afac4 commit ede1190

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

halium-install

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ check_busybox()
5858
wget https://github.com/meefik/busybox/raw/master/app/src/main/assets/arm/static/bin/busybox -O busybox/busybox
5959
elif [ $device_architecture = arm64 ]; then
6060
wget https://github.com/meefik/busybox/raw/master/app/src/main/assets/arm/static/bin/busybox -O busybox/busybox
61-
else
62-
echo 'Unsupported architecture'
6361
fi
64-
62+
6563
adb push busybox/busybox /sbin/busybox
6664
do_shell "/sbin/busybox --install"
6765
fi

0 commit comments

Comments
 (0)