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