Skip to content

Commit a10e618

Browse files
author
gitovski
committed
remove fakebootimg
1 parent 2e78ae8 commit a10e618

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

first-boot.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ echo "Root Script Starting BOYYYYYYYYY..."
7676
git clone https://gitlab.com/newbit/rootAVD.git
7777
pushd rootAVD
7878
sed -i 's/read -t 10 choice/choice=2/' rootAVD.sh
79-
./rootAVD.sh system-images/android-30/default/x86_64/ramdisk.img FAKEBOOTIMG
80-
sleep 55
81-
echo
79+
./rootAVD.sh system-images/android-30/default/x86_64/ramdisk.img
8280
cp /opt/android-sdk/system-images/android-30/default/x86_64/ramdisk.img /data/android.avd/ramdisk.img
8381
popd
8482
echo "Root Done"

0 commit comments

Comments
 (0)