Skip to content

Commit cee2824

Browse files
authored
fix(root): downgrade to magisk 26.4 (#9)
1 parent a1e11da commit cee2824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

first-boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ echo "Root Script Starting..."
7575
# Root the VM
7676
git clone https://gitlab.com/newbit/rootAVD.git
7777
pushd rootAVD
78-
sed -i 's/read -t 10 choice/choice=2/' rootAVD.sh
78+
sed -i 's/read -t 10 choice/choice=1/' rootAVD.sh
7979
./rootAVD.sh system-images/android-30/default/x86_64/ramdisk.img
8080
cp /opt/android-sdk/system-images/android-30/default/x86_64/ramdisk.img /data/android.avd/ramdisk.img
8181
popd

0 commit comments

Comments
 (0)