Skip to content

Commit

Permalink
fix: Move amd-additions to be generic now that LACT supports Nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 18, 2024
1 parent 8680961 commit 2a3004c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions system_files/desktop/shared/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,11 @@ screens:
default: false
packages:
- Install scrcpy: ujust install-scrcpy
amd-additions:
source: yafti.screen.package
values:
title: AMD Additions
condition:
run: grep -qv 'nvidia' <<< $(jq -r '."image-flavor"' < /usr/share/ublue-os/image-info.json)
show_terminal: true
package_manager: yafti.plugin.run
packages:
- LACT (GPU Overclocking): ujust install-lact
lact:
description: LACT provides GPU overclocking for AMD & Nvidia GPUs
default: false
packages:
- Install LACT: ujust install-lact
nvidia-additions:
source: yafti.screen.package
values:
Expand Down

0 comments on commit 2a3004c

Please sign in to comment.