mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-14 10:23:48 +00:00
7 lines
170 B
Bash
Executable file
7 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"
|