3e140ea690
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
7 lines
165 B
Bash
7 lines
165 B
Bash
#!/bin/sh
|
|
# Simple wrapper, that makes heimdall behave more like fastboot
|
|
|
|
echo "< wait for any device >"
|
|
while ! heimdall detect > /dev/null 2>&1; do
|
|
sleep 1
|
|
done
|