From 84b8b81f2acc4764152f591e0564aa91b55cf1ef Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 29 Nov 2024 22:46:29 -0500 Subject: [PATCH] Update install download passat ground station --- install | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install b/install index 688155ac..c29ba505 100755 --- a/install +++ b/install @@ -162,6 +162,16 @@ echo "uplink_open=1" >> pacsat.config cd +cd /tmp + +wget https://www.g0kla.com/pacsat/downloads/test/PacSatGround_0.46m_linux.tar.gz + +unzip PacSatGround_0.46m_linux.tar.gz -d /home/pi/Desktop + +rm PacSatGround_0.46m_linux.tar.gz + +cd + sudo cp ~/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service sudo systemctl enable cubesatsim