Update install 0.46q pacsat ground station install

master-b-q
Alan Johnston 2 weeks ago committed by GitHub
parent 028ca47cd2
commit 566708f930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.