From 39bc485671fa5163c6fc87860eed53b2966637ca Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 19 Dec 2021 15:28:22 -0800 Subject: [PATCH] =?UTF-8?q?Add=20pip3=20to=20global=20dependencies;=20remo?= =?UTF-8?q?ve=20duplicates=20from=20monitor=5Frascs=E2=80=A6=20(#523)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add pip3 to global dependencies; remove duplicates from monitor_rascsi dependencies * Cleanup --- easyinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easyinstall.sh b/easyinstall.sh index 20be6e4e..3c586474 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -76,7 +76,7 @@ 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 nginx libpcap-dev protobuf-compiler bridge-utils python3-dev libev-dev libevdev2 -y