Skip to content

Commit

Permalink
Update mesa version identifiers in upgrade and create scripts
Browse files Browse the repository at this point in the history
Updated the identifier for the mesa version '24.2.5-1_wsl.fc41' to '24.2.5-1_wsl_2.fc41' in both upgrade.sh and create-targz.sh scripts. This ensures consistency and correctness in the versioning.
  • Loading branch information
crramirez committed Nov 1, 2024
1 parent aec5383 commit 07de8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ EOF
systemd-nspawn -q --resolv-conf="replace-host" -D "${TMPDIR}"/dist --pipe /bin/bash <<EOF
dnf -y install 'dnf-command(versionlock)'
declare -a mesa_version=('23.1.9-wsl' '24.1.2-7_wsl.fc40' '24.2.5-1_wsl.fc41')
declare -a mesa_version=('23.1.9-wsl' '24.1.2-7_wsl.fc40' '24.2.5-1_wsl_2.fc41')
declare -a target_version=('39' '40' '41')
declare -i length=\${#mesa_version[@]}
Expand Down
2 changes: 1 addition & 1 deletion linux_files/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sudo chmod +x /usr/local/bin/install-desktop.sh
# Install mesa
source /etc/os-release

declare -a mesa_version=('23.1.9-wsl' '24.1.2-7_wsl.fc40' '24.2.5-1_wsl.fc41')
declare -a mesa_version=('23.1.9-wsl' '24.1.2-7_wsl.fc40' '24.2.5-1_wsl_2.fc41')
declare -a target_version=('39' '40' '41')
declare -i length=${#mesa_version[@]}

Expand Down

0 comments on commit 07de8ae

Please sign in to comment.