diff --git a/install b/install index 59799d1e..55103dea 100755 --- a/install +++ b/install @@ -586,10 +586,10 @@ sudo raspi-config nonint do_vnc 0 if [ ! -d "/home/pi/Desktop/PacsatGround" ]; then cd /tmp - wget https://www.g0kla.com/pacsat/downloads/test/PacsatGround_unix_0_46o.tar.gz - tar -xzf PacsatGround_unix_0_46o.tar.gz -C /home/pi/Desktop - rm PacsatGround_unix_0_46o.tar.gz - cp /home/pi/CubeSatSim/spacecraft/PacSatGround_0.46o/* /home/pi/Desktop/PacsatGround/spacecraft/ + wget https://www.g0kla.com/pacsat/downloads/test/PacsatGround_unix_0_46q.tar.gz + tar -xzf PacsatGround_unix_0_46q.tar.gz -C /home/pi/Desktop + rm PacsatGround_unix_0_46q.tar.gz +# cp /home/pi/CubeSatSim/spacecraft/PacSatGround_0.46o/* /home/pi/Desktop/PacsatGround/spacecraft/ # mkdir /home/pi/PacSatGround sudo usermod -a -G gpio pi sudo apt-get install default-jdk -y