From 0e0d602aeb8fecad1c443669611ce449fa2f6abd Mon Sep 17 00:00:00 2001 From: cronyakatsuki <64900606+cronyakatsuki@users.noreply.github.com> Date: Sun, 6 Nov 2022 13:30:49 +0100 Subject: [PATCH] Fix xorg not installed correctly. --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index 80810ee..5a5ed91 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -163,7 +163,7 @@ sed -i 's/#name_servers=127.0.0.1/name_servers="94.140.14.14 94.140.15.15 2a10:5 read -n 1 -s -p "To continue press any key" printf '%s\n' "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 xorg-server-common xorg-xsetroot xorg-xinit xorg-xinput xwallpaper xdotool printf '%s\n' "Do you have an amd gpu/igpu [y/n]: " read amd