Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install wget.
  • Loading branch information
mithro committed Aug 13, 2015
1 parent 1fdc09a commit 33070d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-env.sh
Expand Up @@ -18,7 +18,7 @@ export PATH=$OUTPUT_DIR/bin:$PATH
set -x
set -e

sudo apt-get install -y build-essential
sudo apt-get install -y build-essential wget
sudo adduser $USER dialout

# Get and build gcc+binutils for the target
Expand Down

0 comments on commit 33070d5

Please sign in to comment.