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 a1e11da commit cee2824Copy full SHA for cee2824
1 file changed
first-boot.sh
@@ -75,7 +75,7 @@ echo "Root Script Starting..."
75
# Root the VM
76
git clone https://gitlab.com/newbit/rootAVD.git
77
pushd rootAVD
78
-sed -i 's/read -t 10 choice/choice=2/' rootAVD.sh
+sed -i 's/read -t 10 choice/choice=1/' rootAVD.sh
79
./rootAVD.sh system-images/android-30/default/x86_64/ramdisk.img
80
cp /opt/android-sdk/system-images/android-30/default/x86_64/ramdisk.img /data/android.avd/ramdisk.img
81
popd
0 commit comments