Skip to content

Instantly share code, notes, and snippets.

View ferrellsl's full-sized avatar

Stephen Ferrell ferrellsl

View GitHub Profile
@Rajssss
Rajssss / install-supersu-to-anbox.sh
Last active June 1, 2022 04:28
script to root anbox with supersu.
#!/bin/bash -v
#some code edited from root@geeks-r-us.de
#Modified script by https://github.com/rypz79, taken from https://github.com/anbox/anbox/issues/894#issuecomment-420766769
#Tested with SuperSU-v2.82-201705271822 only!! Check test system details in comments.
set -e
#get zip file and set workdir
mkdir -p ~/temp