From 00d72ae9096adad734c6765a9acb57273e520e57 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Tue, 10 Nov 2020 22:36:33 -0500 Subject: [PATCH] Recommend `mesa-git` instead of `Chaotic AUR` unofficial repository for more stable drivers --- Recommended-GPU-Drivers-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Recommended-GPU-Drivers-for-Linux.md b/Recommended-GPU-Drivers-for-Linux.md index be92bae..18ae003 100644 --- a/Recommended-GPU-Drivers-for-Linux.md +++ b/Recommended-GPU-Drivers-for-Linux.md @@ -20,9 +20,9 @@ sudo dnf copr enable che/llvm sudo dnf copr enable che/mesa sudo dnf update ``` -- Arch Linux and Manjaro: Enable [Chaotic-AUR](https://lonewolf.pedrohlc.com/chaotic-aur/) on your machine, then install `mesa-git` (daily builds of Mesa git using LLVM 12): +- Arch Linux and Manjaro: Enable [mesa-git](https://wiki.archlinux.org/index.php/Unofficial_user_repositories#mesa-git) unofficial your machine, then install `mesa-git` (daily builds of Mesa git using LLVM 12): ``` -sudo pacman -Syu chaotic-mesa-git +sudo pacman -Syu mesa-git ``` Users who have not setup multilib can safely skip 32-bit packages.