Last active
February 13, 2017 14:43
-
-
Save n1mh/0bfa4574b4991d3d02c209ae112f4d94 to your computer and use it in GitHub Desktop.
network-manager "device not managed"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo sed -i 's/managed=false/managed=true/g' /etc/NetworkManager/NetworkManager.conf | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment