Skip to content

Commit

Permalink
Merge pull request #18 from Loomeh/patch-1
Browse files Browse the repository at this point in the history
[Arch] Fix permission issues with Chaotic AUR
  • Loading branch information
NayamAmarshe authored Jun 3, 2023
2 parents 9b83841 + fd9d219 commit a91ff77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gameready-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit a91ff77

Please sign in to comment.