Problem Downloading Ardupilot [2]

Hi,

Following the problem that was shown here: Problem downloading ArduPilot

I now have this one when using the wget command:

is the flag -q0 correct? I’ve also tried -qo, -qO, and -q but had no success… I also ran the wget --help command and noticed they have the -q flag, but no -q0.

Thank you.

You can omit -qO - altogether like this:

wget files.emlid.com/emlid-autopilot-gpg.key
sudo apt-key add emlid-autopilot-gpg.key
1 Like

This worked fine. Much thanks =)

1 Like