allow setting up wifi

This commit is contained in:
2021-08-23 22:35:42 +01:00
parent 5dcfb559a5
commit b54e3c195a

9
.local/bin/setup/setupwifi Executable file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
doas tee /etc/NetworkManager/conf.d <<HRD
[main]
dhcpd=dhclient
HRD
nmtui