Update reference to the AUR xr-driver-git package
parent
3e3129e10e
commit
68aacf5f3c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue