Update easyinstall.sh (#820)

This commit is contained in:
akuker 2022-08-31 10:50:09 -05:00 committed by GitHub
parent 06dfb48fdc
commit c05b5b58a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,9 @@ function sudoCheck() {
# install all dependency packages for RaSCSI Service
function installPackages() {
sudo apt-get update && sudo apt-get install git libspdlog-dev libpcap-dev genisoimage python3 python3-venv python3-dev python3-pip nginx libpcap-dev protobuf-compiler bridge-utils libev-dev libevdev2 unar -y </dev/null
sudo apt-get update && sudo apt-get install git libspdlog-dev libpcap-dev \
genisoimage python3 python3-venv python3-dev python3-pip nginx libpcap-dev \
protobuf-compiler bridge-utils libev-dev libevdev2 unar disktype -y </dev/null
}
# cache the pip packages