1
0

Update the network configuration.

This commit is contained in:
CronyAkatsuki 2022-10-13 17:53:07 +02:00
parent bce7f1cc55
commit 14afc1e850

View File

@ -132,9 +132,12 @@ cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
reflector --latest 200 --sort rate --save /etc/pacman.d/mirrorlist reflector --latest 200 --sort rate --save /etc/pacman.d/mirrorlist
echo "Setting up network manager" echo "Setting up network managment"
pacman -S --noconfirm networkmanager pacman -S --noconfirm networkmanager dhcpcd openresolv
systemctl enable NetworkManager systemctl enable NetworkManager
systemctl enable dhcpcd
rm /etc/resolv.conf
sed -i 's/#name_servers=127.0.0.1/name_servers="94.140.14.14 94.140.15.15 2a10:50c0::ad1:ff 2a10:50c0::ad2:ff"/' /etc/resolvconf.conf
echo "Setting up xorg, gpu drivers and my xorg configs" echo "Setting up xorg, gpu drivers and my xorg configs"
pacman -S --needed --noconfirm xorg-server-common xorg-xsetroot xorg-xinit xorg-xinput xwallpaper xdotool pacman -S --needed --noconfirm xorg-server-common xorg-xsetroot xorg-xinit xorg-xinput xwallpaper xdotool