added installing netns and classic gui to dev install

This commit is contained in:
Blake Harnden 2019-12-23 13:36:25 -08:00
parent 0d0862d29c
commit 8029a27bb4

View file

@ -35,8 +35,15 @@ function install_core() {
} }
function install_dev_core() { function install_dev_core() {
cd gui
sudo make install
cd -
cd netns
sudo make install
cd -
cd daemon cd daemon
pipenv install --dev pipenv install --dev
cd -
} }
# detect os/ver for install type # detect os/ver for install type