blue-merle/files/usr/bin/blue-merle
Tobias Mueller 0fbb00612c blue-merle: provide a somewhat interactive way to set a new IMEI via SSH
This can currently only provide a random IMEI only. But we could easily
recover the deleted script. But it'd be nicer to have a central
configuration for the mode.
2023-10-17 17:18:08 +02:00

14 lines
277 B
Bash

#!/bin/sh
echo "Preparing SIM Swap..."
/usr/bin/blue-merle-switch-stage1
echo "Replace the SIM card, then press Enter"
read answer
echo "Continuing..."
/usr/bin/blue-merle-switch-stage2
echo "The device will shutdown. You should change the location before booting again."