From 4d03bf3ac578a79c88f19634520c30a8bf3cb3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B5=A6=E6=9C=88?= Date: Fri, 24 May 2019 05:54:19 +0000 Subject: [PATCH] bootstrap.sh: yacc provided by bison on Arch Linux --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3d6cac4..a887403 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -142,7 +142,7 @@ osx_homebrew() archLinux() { 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 packages="$packages qemu" elif [ "$1" == "virtualbox" ]; then