From 29eb5e83278505dc757ad356853976b7fde8adc9 Mon Sep 17 00:00:00 2001 From: IZ1IVA <75425638+IZ1IVA@users.noreply.github.com> Date: Fri, 26 Mar 2021 14:49:27 +0100 Subject: [PATCH] Update device-update.sh Please have a look at https://github.com/meshtastic/Meshtastic-device/issues/760 --- bin/device-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/device-update.sh b/bin/device-update.sh index ec0e839d7..98eff9d10 100755 --- a/bin/device-update.sh +++ b/bin/device-update.sh @@ -1,6 +1,6 @@ #!/bin/sh -PYTHON=${PYTHON:-python} +PYTHON=${PYTHON:-python3} # Usage info show_help() {