mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-06 21:07:51 -05:00
0fbb00612c
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.
14 lines
277 B
Bash
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."
|