fixed sim.cfg generation

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent f24ebed020
commit e40c40b54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ if [ -f "$FILE" ]; then
echo "$FILE exists."
else
echo "creating $FILE"
echo $1 >> sim.cfg
echo "AMSAT 1 0.0 0.0" >> sim.cfg
fi
@ -148,9 +148,9 @@ sudo raspi-config nonint do_camera 0
sudo sed -i 's/ rootwait/ rootwait modules-load=dwc2,g_ether/g' /boot/cmdline.txt
fi
CubeSatSim/config -c
CubeSatSim/config -c -n
CubeSatSim/config -l
CubeSatSim/config -l -n
echo "You need to reboot to complete the installation\n"

Loading…
Cancel
Save

Powered by TurnKey Linux.