From b4cb44a67f29952c2845616b604435c7ec7c3cf7 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 19 Jun 2025 20:09:50 +0200 Subject: [PATCH] fix install script path --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 54692850..8d3b45df 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -11,7 +11,7 @@ if [ -z "$appname" ]; then sleep 2 fi -mpremote=~/MicroPythonOS/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py +mpremote=~/projects/MicroPythonOS/lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py pushd internal_filesystem/