Skip to content

Commit

Permalink
Latest version of esp-open-sdk depend on help2man.
Browse files Browse the repository at this point in the history
Fixes #15.
  • Loading branch information
Slavey Karadzhov committed Sep 12, 2016
1 parent 9a4d79b commit 90f1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo apt-get update
sudo apt-get -y install linux-image-extra-virtual linux-headers-virtual \
git autoconf build-essential \
gperf bison flex texinfo libtool libncurses5-dev \
wget gawk libc6-dev-amd64 python-serial libexpat-dev unzip
wget gawk libc6-dev-amd64 python-serial libexpat-dev unzip help2man
sudo apt-get -y autoremove
if [ ! -d /opt/Espressif ]; then
sudo mkdir /opt/Espressif
Expand Down

0 comments on commit 90f1ae7

Please sign in to comment.