Merge "Install packages automatically on Ubuntu"

This commit is contained in:
Jenkins 2017-01-28 01:40:22 +00:00 committed by Gerrit Code Review
commit 7e5f27512a
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
if which lsb_release 2> /dev/null && [ $(lsb_release -i -s) = "Ubuntu" ]
then
sudo apt-get -y install curl unzip bc python quilt parted qemu-utils \
build-essential gcc-multilib
fi
VERSION=2016.02
FILENAME=buildroot-${VERSION}.tar.bz2