Files
dotfiles/.local/bin/setup/setupwifi
T

10 lines
90 B
Bash
Raw Normal View History

2021-08-23 22:35:42 +01:00
#! /bin/bash
doas tee /etc/NetworkManager/conf.d <<HRD
[main]
dhcpd=dhclient
HRD
nmtui