Merge branch 'master' of https://gitlab.redox-os.org/redox-os/redox
This commit is contained in:
commit
432fade6da
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue