From 8bf044c5d57d4e61a592e4c4dc81ff7ffcefc5c4 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 17 Jan 2024 09:28:33 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index e5223de..f181576 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -19,6 +19,10 @@ if [ -f /.control_boot_new_image ] ; then break ; + elif [ ! -f /usr/lib/python2.7 ] ; then + echo "Is python 3.*" + sleep 3 + break ; else echo "....................-NEOBOOT-...................." if [ -e /sys/class/net/sys0 ]; then