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