deps.sh: require flex and bison

This commit is contained in:
Richard Patel 2023-06-08 05:12:12 +00:00
parent 5c8b752ae5
commit 058eba3bde
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ fetch () {
}
check_fedora_pkgs () {
local REQUIRED_RPMS=( cmake pkgconf make gcc gcc-c++ )
local REQUIRED_RPMS=( cmake pkgconf make gcc gcc-c++ flex bison )
echo "[~] Checking for required RPM packages"