From 89ede868c5c230469cf66cfce797d2129f971d19 Mon Sep 17 00:00:00 2001 From: ATATC Date: Thu, 9 May 2024 18:53:50 -0400 Subject: [PATCH] Bug fixed: `setup.sh` exits unexpectedly. (#140) --- scripts/setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 1da863fa..958edf0b 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -24,8 +24,6 @@ execute_root "wget" "-O" "python-install.sh" "https://raw.githubusercontent.com/ execute_root "/bin/sh" "python-install.sh" echo "Cleaning up..." execute_root "rm" "python-install.sh" -echo "Exiting root" -execute "exit" echo "Installing dependencies..." execute "python3.12" "-m" "pip" "install" "Pillow" "PySDL2" "customtkinter" "gpiozero" "lgpio" "pynmea2" "pynput" "pysdl2-dll" "pyserial" "leads" execute "python3.12" "-m" "leads_vec" "info" \ No newline at end of file