Merge pull request #330 from FooBarQuaxx/patch-1

install_deps target without confirmation
This commit is contained in:
Michael Hudson-Doyle 2018-05-18 10:27:57 +12:00 committed by GitHub
commit 75fb67ba78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ endif
all: dryrun
install_deps:
sudo apt-get install python3-urwid python3-pyudev python3-nose python3-flake8 \
sudo apt-get install -y python3-urwid python3-pyudev python3-nose python3-flake8 \
python3-yaml python3-coverage python3-dev pkg-config libnl-genl-3-dev \
libnl-route-3-dev python3-attr python3-distutils-extra