feat(fedora-44): add NVIDIA-related app options to installer
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user