From 68aacf5f3cf6064c4c3f2db87fb6306d7f48978f Mon Sep 17 00:00:00 2001 From: Wayne Heaney <42350981+wheaney@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:55:04 -0700 Subject: [PATCH] Update reference to the AUR xr-driver-git package --- Installing-on-Steam-Deck.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installing-on-Steam-Deck.md b/Installing-on-Steam-Deck.md index 3da06d5..79c2d41 100644 --- a/Installing-on-Steam-Deck.md +++ b/Installing-on-Steam-Deck.md @@ -29,14 +29,14 @@ sudo pacman -S --needed base-devel git # existing packages are reloaded here in order to install their header files sudo pacman -S glibc linux-api-headers systemd-libs openssl libevdev libusb json-c curl hidapi python python-pydbus 'gnome-shell>=45.0' python-yaml ``` -# Install xr-driver-breezy-gnome-git +# Install xr-driver-git ```sh work=$(mktemp -d) cd $work mkdir xr-driver cd xr-driver -curl 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=xr-driver-breezy-gnome-git' > PKGBUILD -curl 'https://aur.archlinux.org/cgit/aur.git/plain/hooks.install?h=xr-driver-breezy-gnome-git' > hooks.install +curl 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=xr-driver-git' > PKGBUILD +curl 'https://aur.archlinux.org/cgit/aur.git/plain/hooks.install?h=xr-driver-git' > hooks.install makepkg -si ``` # Install breezy-desktop-gnome-git