From 0fbb00612c413bf6298afb6467edd034f61c56f4 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Tue, 17 Oct 2023 17:18:08 +0200 Subject: [PATCH] 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. --- files/usr/bin/blue-merle | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 files/usr/bin/blue-merle diff --git a/files/usr/bin/blue-merle b/files/usr/bin/blue-merle new file mode 100644 index 0000000..6ae6db9 --- /dev/null +++ b/files/usr/bin/blue-merle @@ -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."