Move files back to config
This commit is contained in:
11
config/scripts/install-gamescope-plus.sh
Normal file
11
config/scripts/install-gamescope-plus.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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 ]
|
||||
Reference in New Issue
Block a user