560.35.03 (#258)

This commit is contained in:
Echo J. 2024-08-24 13:41:59 +03:00 committed by GitHub
parent 252a93fdc4
commit 8db1fdcc78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,12 +51,12 @@ 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.67\n 2.560 series: 560.31.02\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;
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 550.40.67\n 2.560 series: 560.35.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
echo '_driver_version=560.31.02' > options
echo '_md5sum=1c1ce4c803dcad00c198322aa86da44a' >> options
echo '_driver_version=560.35.03' > options
echo '_md5sum=d4f54004bb80da17b3e2fb21ac17c018' >> options
echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "3" ]; then
echo '_driver_version=555.58.02' > options