From 3649f1b0e2c3e0625e34ea7c91b56cfad665dbb7 Mon Sep 17 00:00:00 2001 From: Timothy O'Barr Date: Wed, 10 Nov 2021 18:43:33 -0700 Subject: [PATCH] Updated AUR Pkg manager to one still supported --- Installing-PCSX2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-PCSX2.md b/Installing-PCSX2.md index fb53db3..3ad7e95 100644 --- a/Installing-PCSX2.md +++ b/Installing-PCSX2.md @@ -12,7 +12,7 @@ The PCSX2 Team recommends that if all you are concerned with is playing games th | Ubuntu | apt | `apt install pcsx2` | stable | [link](https://packages.ubuntu.com/search?keywords=pcsx2) | | Ubuntu | apt (via ppa) | `apt install pcsx2-unstable` | dev | [link](https://launchpad.net/~pcsx2-team/+archive/ubuntu/pcsx2-daily) | | Arch | pacman | `pacman -S pcsx2` | dev | [link](https://archlinux.org/packages/community/x86_64/pcsx2/) | -| Arch | yaourt (via AUR) | `yaourt -S pcsx2-git` | dev | [link](https://aur.archlinux.org/packages/pcsx2-git/) | +| Arch | yay (via AUR) | `yay -S pcsx2-git` | dev | [link](https://aur.archlinux.org/packages/pcsx2-git/) | | Debian | apt | `apt install pcsx2` | stable | | | Fedora | dnf (via rpmfusion) | `sudo dnf install pcsx2` | stable | [link](https://admin.rpmfusion.org/pkgdb/package/nonfree/pcsx2/) | | OpenSUSE | zypper | `zypper in pcsx2` | stable | [link](https://software.opensuse.org/package/pcsx2) |