feat: Add option to install Oversteer to Bazzite-Portal

This commit is contained in:
Kyle Gospodnetich 2023-09-01 17:49:16 -07:00
parent 71cbd48598
commit b9d3b5f9d7
4 changed files with 20 additions and 2 deletions

View File

@ -81,6 +81,11 @@ screens:
packages:
- Install Nix Package Support: sudo -A just --unstable install-nix
- Install Fleek: just --unstable install-fleek
Oversteer:
description: Application to control Logitech steering wheels
default: false
packages:
- Install Oversteer: just --unstable install-oversteer
SteamCMD:
description: Installs SteamCMD
default: true
@ -192,7 +197,7 @@ screens:
- Standard Notes: org.standardnotes.standardnotes
- Tenacity: org.tenacityaudio.Tenacity
- Thunderbird Email: org.mozilla.Thunderbird
- Xournal++: flathub com.github.xournalpp.xournalpp
- Xournal++: com.github.xournalpp.xournalpp
Utilities:
description: Helpful tools
default: false

View File

@ -50,6 +50,10 @@ get-steamcmd:
tar -xvzf /tmp/steamcmd.tar.gz -C ~/.steam
rm /tmp/steamcmd.tar.gz
install-oversteer:
sudo wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-oversteer.repo
rpm-ostree install oversteer
install-nix:
#!/usr/bin/env bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sudo bash -s -- install --no-confirm

View File

@ -68,6 +68,11 @@ screens:
packages:
- Install Nix Package Support: sudo -A just --unstable install-nix
- Install Fleek: just --unstable install-fleek
Oversteer:
description: Application to control Logitech steering wheels
default: false
packages:
- Install Oversteer: just --unstable install-oversteer
amd-additions:
source: yafti.screen.package
values:
@ -190,7 +195,7 @@ screens:
- Standard Notes: org.standardnotes.standardnotes
- Tenacity: org.tenacityaudio.Tenacity
- Thunderbird Email: org.mozilla.Thunderbird
- Xournal++: flathub com.github.xournalpp.xournalpp
- Xournal++: com.github.xournalpp.xournalpp
Utilities:
description: Helpful tools
default: false

View File

@ -36,6 +36,10 @@ install-corectrl:
echo 'Setting needed kargs for CoreCtrl...'
rpm-ostree kargs --append="amdgpu.ppfeaturemask=0xffffffff"
install-oversteer:
sudo wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-oversteer.repo
rpm-ostree install oversteer
install-nix:
#!/usr/bin/env bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sudo bash -s -- install --no-confirm