Skip to content

Commit

Permalink
Stay in fedora 38 WWF repo
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Nov 12, 2023
1 parent 75dbf90 commit 848a99d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux_files/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ declare -a target_version=('37' '38' '39')
declare -i length=${#mesa_version[@]}

for (( i = 0; i < length; i++ )); do
if [[ ${VERSION_ID} -eq '39' ]]; then
VERSION_ID='38'
fi

if [[ ${VERSION_ID} -eq ${target_version[i]} && $( sudo dnf info --installed mesa-libGL | grep -c "${mesa_version[i]}" ) == 0 ]]; then

Expand Down

0 comments on commit 848a99d

Please sign in to comment.