mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 10:32:59 +03:00
10 lines
180 B
Bash
Executable File
10 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
|
|
until pmbootstrap chroot adb devices 2> /dev/null | grep -q "recovery"
|
|
do
|
|
echo "Waiting for a device in recovery mode..."
|
|
sleep 1
|
|
done
|
|
|
|
pmbootstrap chroot adb shell
|