This commit is contained in:
Jeremy Soller 2019-03-27 21:32:40 -06:00
commit 432fade6da
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -142,7 +142,7 @@ osx_homebrew()
archLinux()
{
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
packages="$packages qemu"
elif [ "$1" == "virtualbox" ]; then