added installing netns and classic gui to dev install
This commit is contained in:
parent
0d0862d29c
commit
8029a27bb4
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue