From a8fc487b9c92b9f1cc1b2474e22e5b38784527d5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 21 Feb 2023 12:56:42 -0500 Subject: [PATCH] yes --- scripts/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 9755d5d7..5e1431ef 100644 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -16,7 +16,7 @@ EOF ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf sed -i 's/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf -sudo sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf +sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf useradd -m matt -G wheel passwd matt