Skip to content

Commit

Permalink
550.100 to 550.107.02 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteavenGamerYT authored Jul 31, 2024
1 parent 5adb751 commit f9d05fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
warning "Please make sure you have the corresponding kernel headers package installed for each kernel on your system !\n"

if [[ -z $CONDITION ]]; then
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 550.40.65\n 2.560 series: 560.28.03\n 3.555 series: 555.58.02\n 4.550 series: 550.100\n 5.470 series: 470.256.02\n 6.Older series\n 7.Custom version (396.xx series or higher)\n choice[1-7?]: '`" CONDITION;
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 550.40.65\n 2.560 series: 560.28.03\n 3.555 series: 555.58.02\n 4.550 series: 550.107.02\n 5.470 series: 470.256.02\n 6.Older series\n 7.Custom version (396.xx series or higher)\n choice[1-7?]: '`" CONDITION;
fi
# This will be treated as the latest regular driver.
if [ "$CONDITION" = "2" ]; then
Expand All @@ -63,8 +63,8 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
echo '_md5sum=f6efa3d40fccc97fbac9b55fc81e30d7' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "4" ]; then
echo '_driver_version=550.100' > options
echo '_md5sum=2f9d2cf2c5b90dde8069e73a6ea834d9' >> options
echo '_driver_version=550.107.02' > options
echo '_md5sum=6ff5afd9e02536a14c16d6fea3089903' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "5" ]; then
echo '_driver_version=470.256.02' > options
Expand Down

0 comments on commit f9d05fc

Please sign in to comment.