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