From 2bb215621c19ece8b2fc3c5a3cf4758ce4323f9d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Mar 2026 09:08:18 -0400 Subject: [PATCH] Update install enable cubesatsim --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 0152650b..3fcb3ead 100755 --- a/install +++ b/install @@ -618,7 +618,7 @@ if [ -f "$FILE" ]; then else echo "creating cubesatsim.service." sudo cp /home/pi/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service - sudo systemctl enable command + sudo systemctl enable cubesatsim FLAG=1 fi