mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-26 10:01:33 +00:00
8 lines
170 B
Bash
Executable file
8 lines
170 B
Bash
Executable file
|
|
sudo systemctl start NetworkManager
|
|
sudo systemctl start dhcpcd
|
|
|
|
nmcli con up Main
|
|
nmcli dev wifi connect <name> password <pass> hidden <yes/no>
|
|
echo "success may be"
|