mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 05:44:59 -05: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
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…
Reference in New Issue
Block a user