545.29.06 (#206)

pull/212/head
begin-theadventure 6 months ago committed by GitHub
parent 3d946ce074
commit d6253c079c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,12 +48,12 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
fi
fi
if [[ -z $CONDITION ]]; then
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 535.43.16\n 2.545 series: 545.29.02\n 3.535 series: 535.129.03\n 4.530 series: 530.41.03\n 5.470 series: 470.223.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: 535.43.16\n 2.545 series: 545.29.06\n 3.535 series: 535.129.03\n 4.530 series: 530.41.03\n 5.470 series: 470.223.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
echo '_driver_version=545.29.02' > options
echo '_md5sum=fe6d2b1ccec8da0502c1232235c7da4e' >> options
echo '_driver_version=545.29.06' > options
echo '_md5sum=406f748abf16db5d599b652c508b99fd' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "3" ]; then
echo '_driver_version=535.129.03' > options

Loading…
Cancel
Save