mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 18:32:48 +00:00
feat: Add option to install Oversteer to Bazzite-Portal
This commit is contained in:
parent
71cbd48598
commit
b9d3b5f9d7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user