From 8029a27bb4c2b631dde88fe73d5c5ead1d9f2ec8 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 23 Dec 2019 13:36:25 -0800 Subject: [PATCH] added installing netns and classic gui to dev install --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index 9658f813..1b633c2c 100755 --- a/install.sh +++ b/install.sh @@ -35,8 +35,15 @@ function install_core() { } function install_dev_core() { + cd gui + sudo make install + cd - + cd netns + sudo make install + cd - cd daemon pipenv install --dev + cd - } # detect os/ver for install type