Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Virtualization Setup for Fedora #395

Merged
merged 6 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into Testing-#1
  • Loading branch information
ChrisTitusTech committed Sep 19, 2024
commit 3ee84c843d4b1d733615377aa445d8f808ef83ed
14 changes: 14 additions & 0 deletions tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,29 @@ matches = true
data = "command_exists"
values = ["dnf"]

[[data.entries]]
name = "Configure DNF"
description = "Optimizes DNF for parallel downloads"
script = "fedora/configure-dnf.sh"

[[data.entries]]
name = "Multimedia Setup"
script = "fedora/multimedia-codecs.sh"

[[data.entries]]
name = "RPM Fusion Setup"
description = "RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship.\nThat software is provided as precompiled RPMs for all current Fedora versions and current Red Hat Enterprise Linux or clones versions; you can use the RPM Fusion repositories with tools like yum and PackageKit.\nFor more information visit: https://rpmfusion.org/"
script = "fedora/rpm-fusion-setup.sh"

[[data.entries]]
name = "Virtualization Setup"
description = "Enables Virtualization through dnf"
script = "fedora/virtualization.sh"

[[data]]
name = "Full System Cleanup"
script = "system-cleanup.sh"

[[data]]
name = "Full System Update"
description = "This command updates your system to the latest packages available for your distro"
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.