invoke install, change ebtables-legacy from error to warning, since we dont exit
This commit is contained in:
parent
737dae1224
commit
8cf89fa114
1 changed files with 3 additions and 1 deletions
4
tasks.py
4
tasks.py
|
@ -93,7 +93,9 @@ def install_system(c: Context, os_info: OsInfo, hide: bool) -> None:
|
||||||
warn=True,
|
warn=True,
|
||||||
hide=hide
|
hide=hide
|
||||||
):
|
):
|
||||||
print("ERROR: unable to setup required ebtables-legacy, WLAN will not work")
|
print(
|
||||||
|
"WARNING: unable to setup required ebtables-legacy, WLAN will not work"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def install_grpcio(c: Context, hide: bool) -> None:
|
def install_grpcio(c: Context, hide: bool) -> None:
|
||||||
|
|
Loading…
Reference in a new issue