Created
September 22, 2020 03:10
-
-
Save patterns/c117de5a788741cef49613446b4d65ee to your computer and use it in GitHub Desktop.
Revisions
-
patterns created this gist
Sep 22, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ #!/bin/sh # after : sudo systemctl stop/disable wpa_supplicant.service ##sudo wpa_cli terminate ##sleep 2 sudo wpa_supplicant -B -iwlan0 -c $HOME/.config/wlan0.wpa sleep 5 sudo dhclient -v -cf $HOME/.config/dhclient.conf wlan0