fix bridge-utils missing from dev (#157)

This commit is contained in:
Eric Helgeson 2021-07-29 19:04:29 -05:00 committed by GitHub
parent 62b5702a79
commit 1695b40c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ function initialChecks() {
}
function installPackages() {
sudo apt-get update && sudo apt install git libspdlog-dev libpcap-dev genisoimage python3 python3-venv nginx libpcap-dev protobuf-compiler -y
sudo apt-get update && sudo apt install git libspdlog-dev libpcap-dev genisoimage python3 python3-venv nginx libpcap-dev protobuf-compiler bridge-utils -y
}
# install all dependency packages for RaSCSI Service