bootstrap.sh: yacc provided by bison on Arch Linux

This commit is contained in:
南浦月 2019-05-24 05:54:19 +00:00
parent 3e847cd43a
commit 4d03bf3ac5

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 texinfo bison flex yacc" packages="cmake fuse git gperf perl-html-parser nasm wget texinfo bison flex"
if [ "$1" == "qemu" ]; then if [ "$1" == "qemu" ]; then
packages="$packages qemu" packages="$packages qemu"
elif [ "$1" == "virtualbox" ]; then elif [ "$1" == "virtualbox" ]; then