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.
This commit is contained in:
Tobias Mueller 2023-10-17 17:18:08 +02:00
parent c88d04003b
commit 0fbb00612c
1 changed files with 13 additions and 0 deletions

13
files/usr/bin/blue-merle Normal file
View File

@ -0,0 +1,13 @@
#!/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."