1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-11-26 10:01:33 +00:00
Dotfiles/Scripts/startup/wifi.sh
2020-07-27 08:11:07 +03:00

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"