From 70b82aa005a90e81ec23c5bd730f7b2ed3db2291 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 10 Mar 2023 01:40:52 -0500 Subject: [PATCH] Update 'scripts/3-postinstall.sh' --- scripts/3-postinstall.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/3-postinstall.sh b/scripts/3-postinstall.sh index f08bcf28..0e8b3335 100755 --- a/scripts/3-postinstall.sh +++ b/scripts/3-postinstall.sh @@ -18,6 +18,8 @@ ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf sed -i 's/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf +systemctl restart iwd systemd-resolved + cat << EOF >> /var/lib/iwd/ CLG.8021x [IPv6] Enabled=true @@ -43,10 +45,4 @@ pacman -Sy htop pkgfile plocate rsync tailscale tmux usbutils wget git curl devt systemctl enable --now tailscale -pacman -S --needed git base-devel -git clone https://aur.archlinux.org/yay.git -cd yay -makepkg -si -sed -i 's/#Color/Color/' /etc/pacman.conf - su matt \ No newline at end of file