From 5eeeec0443df1a5a0e065d67fc092f94d0b6e6d8 Mon Sep 17 00:00:00 2001 From: CarsBeck <140343231+CarsBeck@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:15:13 -0400 Subject: [PATCH] Add description to the System Setup section (#694) * Add description for Full System Cleanup * Add nvidia driver and multimedia codecs descriptions --- core/tabs/system-setup/tab_data.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/tabs/system-setup/tab_data.toml b/core/tabs/system-setup/tab_data.toml index a68d2fdf..b95d4730 100644 --- a/core/tabs/system-setup/tab_data.toml +++ b/core/tabs/system-setup/tab_data.toml @@ -43,11 +43,13 @@ task_list = "PFM" [[data.entries]] name = "Multimedia Codecs" +description = "This script is designed to install multimedia codecs, and to ensure RPM Fusion repositories are installed." script = "fedora/multimedia-codecs.sh" task_list = "I" [[data.entries]] name = "Nvidia Proprietary Drivers" +description = "This script is designed to download the proprietary NVIDIA drivers in Fedora." script = "fedora/nvidia-proprietary-driver-setup.sh" task_list = "I" @@ -71,6 +73,7 @@ task_list = "I" [[data]] name = "Full System Cleanup" +description = "This script is designed to remove unnecessary packages, clean old cache files, remove temporary files, and to empty the trash." script = "system-cleanup.sh" task_list = "RP PFM"