Update 'scripts/3-postinstall.sh'
This commit is contained in:
parent
f686e649b5
commit
70b82aa005
1 changed files with 2 additions and 6 deletions
|
@ -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/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf
|
||||||
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
|
||||||
|
|
||||||
|
systemctl restart iwd systemd-resolved
|
||||||
|
|
||||||
cat << EOF >> /var/lib/iwd/ CLG.8021x
|
cat << EOF >> /var/lib/iwd/ CLG.8021x
|
||||||
[IPv6]
|
[IPv6]
|
||||||
Enabled=true
|
Enabled=true
|
||||||
|
@ -43,10 +45,4 @@ pacman -Sy htop pkgfile plocate rsync tailscale tmux usbutils wget git curl devt
|
||||||
|
|
||||||
systemctl enable --now tailscale
|
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
|
su matt
|
Loading…
Reference in a new issue