mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Update easyinstall.sh (#820)
This commit is contained in:
parent
06dfb48fdc
commit
c05b5b58a1
@ -82,7 +82,9 @@ function sudoCheck() {
|
|||||||
|
|
||||||
# install all dependency packages for RaSCSI Service
|
# install all dependency packages for RaSCSI Service
|
||||||
function installPackages() {
|
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
|
# cache the pip packages
|
||||||
|
Loading…
Reference in New Issue
Block a user