535.113.01 (#187)

pull/190/head
Angelo Trotta 8 months ago committed by GitHub
parent c6cb9aba90
commit 41758a4c8e
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.09\n 2.535 series: 535.104.05\n 3.530 series: 530.41.03\n 4.470 series: 470.199.02\n 5.Older series\n 6.Custom version (396.xx series or higher)\n choice[1-6?]: '`" CONDITION;
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 535.43.09\n 2.535 series: 535.113.01\n 3.530 series: 530.41.03\n 4.470 series: 470.199.02\n 5.Older series\n 6.Custom version (396.xx series or higher)\n choice[1-6?]: '`" CONDITION;
fi
# This will be treated as the latest regular driver.
if [ "$CONDITION" = "2" ]; then
echo '_driver_version=535.104.05' > options
echo '_md5sum=0bb10ef32e86d5e1ad37b710dac6e079' >> options
echo '_driver_version=535.113.01' > options
echo '_md5sum=935643d801c50ba803e9fb0169413d60' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "3" ]; then
echo '_driver_version=530.41.03' > options

Loading…
Cancel
Save