Skip to content

Commit

Permalink
another precondition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Oct 3, 2024
1 parent 6233033 commit fcdd46a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions core/tabs/system-setup/arch/tab_data.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[data.entries]]
name ="Linux Neptune for SteamDeck"
description = "Valve's fork of Linux Kernel for the SteamDeck"
script = "arch/linux-neptune.sh"
task_list = "I PFM K"

[[data.preconditions]]
matches = true
data = { file = "/sys/devices/virtual/dmi/id/board_vendor" }
values = [ "Dell Inc." ]
2 changes: 1 addition & 1 deletion core/tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description = "Valve's fork of Linux Kernel for the SteamDeck"
script = "arch/linux-neptune.sh"
task_list = "I PFM K"

[[data.preconditions]]
[[data.entries.preconditions]]
matches = true
data = { file = "/sys/devices/virtual/dmi/id/board_vendor" }
values = [ "Valve" ]
Expand Down

0 comments on commit fcdd46a

Please sign in to comment.