From 6a7ec693126126ce2b0a526b2de2e25ec5b1b961 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Feb 2026 15:58:16 -0500 Subject: [PATCH] Update install move config --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index 22c32756..a3bf5ea4 100755 --- a/install +++ b/install @@ -62,10 +62,6 @@ else fi touch /home/pi/CubeSatSim/command_control_direwolf - -CubeSatSim/config -c -n - -CubeSatSim/config -l -n sudo apt-get update && sudo apt-get dist-upgrade -y @@ -360,6 +356,10 @@ curl https://bootstrap.pypa.io/get-pip.py | sudo /home/pi/venv/bin/python3 sudo /home/pi/venv/bin/pip3 install adafruit_extended_bus sudo /home/pi/venv/bin/pip3 install adafruit-circuitpython-ina219 +CubeSatSim/config -c -n + +CubeSatSim/config -l -n + echo "Would you like to reboot to complete the installation (y/n)?" read -r ANS