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

8 lines
170 B
Bash
Raw Normal View History

2020-07-27 05:11:07 +00:00
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"