diff --git a/gameready-arch.sh b/gameready-arch.sh index e8cb48e..9050f5c 100644 --- a/gameready-arch.sh +++ b/gameready-arch.sh @@ -63,14 +63,14 @@ if zenity --question --width 300 --title="Install Xanmod Kernel?" --text="THIS S sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com sudo pacman-key --lsign-key FBA220DFC880C036 sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' - sudo echo "[chaotic-aur]" >> /etc/pacman.conf - sudo echo "Include = /etc/pacman.d/chaotic-mirrorlist" >> /etc/pacman.conf + echo "[chaotic-aur]" | sudo tee -a /etc/pacman.conf + echo "Include = /etc/pacman.d/chaotic-mirrorlist" | sudo tee -a /etc/pacman.conf sudo pacman -Syu --noconfirm - sudo pacman -S linux-xanmod-edge linux-xanmod-edge-headers --noconfirm + sudo pacman -S linux-xanmod linux-xanmod-headers --noconfirm sudo grub-mkconfig -o /boot/grub/grub.cfg zenity --info --width 200 --title="Success" --text="Xanmod kernel installed!" } -fi +fi; # INSTALL WINETRICKS DEPENDENCIES zenity --warning --title="Alright Listen Up" --width 300 --text="Now we're going to install dependencies for WINE like DirectX, Visual C++, DotNet and more.\\n Winetricks will try to install these dependencies for you, so it'll take some time.\\ nDo not panic if you don't receive visual feedback, it'll take time."