This commit is contained in:
ElecTwix 2024-05-09 20:54:56 +03:00
parent e36962c522
commit 1af5bb990e

View File

@ -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" warning "Please make sure you have the corresponding kernel headers package installed for each kernel on your system !\n"
if [[ -z $CONDITION ]]; then if [[ -z $CONDITION ]]; then
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 550.40.61\n 2.550 series: 550.78\n 3.545 series: 545.29.06\n 4.535 series: 535.171.04\n 5.470 series: 470.239.06\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.61\n 2.550 series: 550.78\n 3.545 series: 545.29.06\n 4.535 series: 535.179\n 5.470 series: 470.239.06\n 6.Older series\n 7.Custom version (396.xx series or higher)\n choice[1-7?]: '`" CONDITION;
fi fi
# This will be treated as the latest regular driver. # This will be treated as the latest regular driver.
if [ "$CONDITION" = "2" ]; then if [ "$CONDITION" = "2" ]; then
@ -63,8 +63,8 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
echo '_md5sum=406f748abf16db5d599b652c508b99fd' >> options echo '_md5sum=406f748abf16db5d599b652c508b99fd' >> options
echo '_driver_branch=regular' >> options echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "4" ]; then elif [ "$CONDITION" = "4" ]; then
echo '_driver_version=535.171.04' > options echo '_driver_version=535.179' > options
echo '_md5sum=4db587acd8b446fa02cbbc396bc06b0c' >> options echo '_md5sum=f16606d28afbffea8ebcadbec79b9d2d' >> options
echo '_driver_branch=regular' >> options echo '_driver_branch=regular' >> options
elif [ "$CONDITION" = "5" ]; then elif [ "$CONDITION" = "5" ]; then
echo '_driver_version=470.239.06' > options echo '_driver_version=470.239.06' > options