From 01f9622fbf00c96dd04e71862a7ebfc024cde370 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Tue, 9 Mar 2021 17:52:40 +0100 Subject: [PATCH] install.sh: Fix wrong path taken for graysky's cpu opt patches --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d787c36..3dd1ff2 100755 --- a/install.sh +++ b/install.sh @@ -249,7 +249,7 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then ;; esac - if [ "$opt_alternative_url" = "true" ]; then + if [ "$opt_alternative_url" != "true" ]; then wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/more-uarches-for-gcc-v10-and-kernel-${opt_ver}.patch" else wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/outdated_versions/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v${opt_ver}.patch"