From f298c7d053f12e1eb53641d6cc50331a5d29fce2 Mon Sep 17 00:00:00 2001 From: IZ1IVA <75425638+IZ1IVA@users.noreply.github.com> Date: Thu, 25 Mar 2021 10:43:25 +0100 Subject: [PATCH] Update device-install.sh Please have a look at https://github.com/meshtastic/Meshtastic-device/issues/760 --- bin/device-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/device-install.sh b/bin/device-install.sh index 0adfc575..3b1bd50f 100755 --- a/bin/device-install.sh +++ b/bin/device-install.sh @@ -1,6 +1,6 @@ #!/bin/sh -PYTHON=${PYTHON:-python} +PYTHON=${PYTHON:-python3} set -e