Skip to content

Instantly share code, notes, and snippets.

@pvazteixeira
Last active June 28, 2018 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvazteixeira/fa9a94d8241829c64df92e846cd40bab to your computer and use it in GitHub Desktop.
Save pvazteixeira/fa9a94d8241829c64df92e846cd40bab to your computer and use it in GitHub Desktop.
get qgc
#!/bin/sh
if [ ! -f qgroundcontrol/qgroundcontrol-start.sh ]; then
echo "QGroundControl not found! Downloading."
mkdir qgroundcontrol
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/latest/QGroundControl.tar.bz2 -O qgroundcontrol/qgroundcontrol.tar.bz2
tar -xvf qgroundcontrol/qgroundcontrol.tar.bz2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment