Update 'scripts/3-postinstall.sh'

This commit is contained in:
matt1432 2023-03-10 01:40:52 -05:00
parent f686e649b5
commit 70b82aa005

View file

@ -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