We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5afac4 commit ede1190Copy full SHA for ede1190
halium-install
@@ -58,10 +58,8 @@ check_busybox()
58
wget https://github.com/meefik/busybox/raw/master/app/src/main/assets/arm/static/bin/busybox -O busybox/busybox
59
elif [ $device_architecture = arm64 ]; then
60
61
- else
62
- echo 'Unsupported architecture'
63
fi
64
-
+
65
adb push busybox/busybox /sbin/busybox
66
do_shell "/sbin/busybox --install"
67
0 commit comments