We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0831bc commit 0fa6c15Copy full SHA for 0fa6c15
nettacker/core/app.py
@@ -66,7 +66,7 @@ def print_logo():
66
log.reset_color()
67
68
def check_dependencies(self):
69
- if sys.platform not in {"darwin", "linux"}:
+ if sys.platform not in {"darwin", "freebsd13", "freebsd14", "freebsd15", "linux"}:
70
die_failure(_("error_platform"))
71
72
try:
0 commit comments