Update tab_data.toml

Update tab_data.toml to Include Fedora
This commit is contained in:
stormseal 2024-08-23 14:36:24 +02:00 committed by GitHub
parent 81b53da48c
commit 728570625e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,18 @@ script = "arch/paru-setup.sh"
name = "Yay AUR Helper"
script = "arch/yay-setup.sh"
[[data]]
name = "Fedora"
[[data.preconditions]]
matches = true
data = "command_exists"
values = ["dnf"]
[[data.entries]]
name = "RPM Fusion Setup"
script = "fedora/rpm-fusion-setup.sh"
[[data]]
name = "Full System Update"
script = "system-update.sh"