We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a lot of calls to os.system that only work on Debian based distros. And a lot of calls to NetworkManager.
Calls to NetworkManager are just there to ignore Wi-Fi interfaces but this does not work for all distros and does not work in a VM or Docker.
The text was updated successfully, but these errors were encountered:
Probably late to comment, but could a wrapper be created of os.system which handles the platform dependent part?
Sorry, something went wrong.
No branches or pull requests
There are a lot of calls to os.system that only work on Debian based distros. And a lot of calls to NetworkManager.
Calls to NetworkManager are just there to ignore Wi-Fi interfaces but this does not work for all distros and does not work in a VM or Docker.
The text was updated successfully, but these errors were encountered: