Skip to content

Commit

Permalink
Update easyinstall.sh (PiSCSI#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
akuker authored Aug 31, 2022
1 parent 06dfb48 commit c05b5b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c05b5b5

Please sign in to comment.