install: update install complete message to avoid implying invoke is needed to run core
This commit is contained in:
parent
b7e3d1c877
commit
06e43f619d
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -312,7 +312,7 @@ def install(c, dev=False, verbose=False, prefix=DEFAULT_PREFIX):
|
||||||
install_service(c, hide, prefix)
|
install_service(c, hide, prefix)
|
||||||
with p.start("installing ospf mdr"):
|
with p.start("installing ospf mdr"):
|
||||||
install_ospf_mdr(c, os_info, hide)
|
install_ospf_mdr(c, os_info, hide)
|
||||||
print("\nyou may need to open a new terminal to leverage invoke for running core")
|
print("\ninstall complete!")
|
||||||
|
|
||||||
|
|
||||||
@task(
|
@task(
|
||||||
|
|
Loading…
Reference in a new issue