feat(fedora-44): add NVIDIA-related app options to installer

This commit is contained in:
2026-06-12 23:36:15 +02:00
parent 4148431956
commit 5d928f4e21
+4
View File
@@ -167,6 +167,10 @@ GrubSetConfig() {
InstApps() { InstApps() {
options=() options=()
options+=("nvtop" "" off)
options+=("nvidia" "" off)
options+=("nvidia-cuda" "" off)
options+=("nvidia-container-toolkit" "" off)
options+=("docker" "" off) options+=("docker" "" off)
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 "${options[@]}" 3>&1 1>&2 2>&3) SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 "${options[@]}" 3>&1 1>&2 2>&3)
# shellcheck disable=SC2181 # shellcheck disable=SC2181