Files
wunker-os/config/scripts/install-gamescope-plus.sh
Gerald Pinder 2207a31335 Build 40 and 39
2024-04-29 23:42:28 -04:00

12 lines
235 B
Bash

#!/usr/bin/env bash
set -ueo pipefail
git clone https://github.com/KyleGospo/gamescope-session.git /tmp/gamescope-session
cd /tmp/gamescope-session
cp -rf usr/* /usr
[ -f /usr/share/gamescope-session-plus/gamescope-session-plus ]