Skip to content

Commit

Permalink
fix config.sh parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume committed Dec 2, 2024
1 parent acb403c commit c73c3d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_files/scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET_IMAGE_NAME=perpixel-silverblue
BASE_IMAGE=quay.io/fedora-ostree-desktops/silverblue
FEDORA_VERSION=41
USE_LTS_KERNEL=true
NVIDIA_VERSION_BETA=565.57.01
NVIDIA_VERSION_FEATURE=560.35.03
NVIDIA_VERSION_STABLE=550.135
NVIDIA_VERSION=${NVIDIA_VERSION_BETA}
# NVIDIA_VERSION_BETA=565.57.01
# NVIDIA_VERSION_FEATURE=560.35.03
# NVIDIA_VERSION_STABLE=550.135
NVIDIA_VERSION=565.57.01

0 comments on commit c73c3d7

Please sign in to comment.