From de345363f180ce5567549e330de6b8af7abd4aad Mon Sep 17 00:00:00 2001 From: Bill Burdick Date: Thu, 9 Jan 2025 19:50:16 -0500 Subject: [PATCH] Updated Installing on Steam Deck (markdown) --- Installing-on-Steam-Deck.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/Installing-on-Steam-Deck.md b/Installing-on-Steam-Deck.md index 79c2d41..d817bc3 100644 --- a/Installing-on-Steam-Deck.md +++ b/Installing-on-Steam-Deck.md @@ -27,25 +27,12 @@ if not, add :/usr/share to it ```sh 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-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-git' > PKGBUILD -curl 'https://aur.archlinux.org/cgit/aur.git/plain/hooks.install?h=xr-driver-git' > hooks.install -makepkg -si +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 wayland ``` + # Install breezy-desktop-gnome-git ```sh -cd $work -mkdir breezy -cd breezy -curl 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=breezy-desktop-gnome-git' > PKGBUILD -makepkg -si +paru -S breezy-desktop-gnome-git ``` # Continue with wheaney's setup instructions [Instructions](../#non-gnome-setup)