bootstrap: Add missing packages for Arch based distros

flex, byacc, texinfo
This commit is contained in:
Robin Randhawa 2019-03-22 13:14:44 +00:00
parent f0c09396fd
commit 0117e55219

View file

@ -142,7 +142,7 @@ osx_homebrew()
archLinux() archLinux()
{ {
echo "Detected Arch Linux" echo "Detected Arch Linux"
packages="cmake fuse git gperf perl-html-parser nasm wget" packages="cmake fuse git gperf perl-html-parser nasm wget texinfo bison flex yacc"
if [ "$1" == "qemu" ]; then if [ "$1" == "qemu" ]; then
packages="$packages qemu" packages="$packages qemu"
elif [ "$1" == "virtualbox" ]; then elif [ "$1" == "virtualbox" ]; then