mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-07-05 19:34:59 -04:00
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:
parent
c88d04003b
commit
0fbb00612c
1 changed files with 13 additions and 0 deletions
13
files/usr/bin/blue-merle
Normal file
13
files/usr/bin/blue-merle
Normal 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."
|
Loading…
Add table
Add a link
Reference in a new issue