From f39f82cef0c4a9646e42b353eedffc3e6a107ed4 Mon Sep 17 00:00:00 2001 From: Bringas4You <49424816+iWeaker4you@users.noreply.github.com> Date: Tue, 30 Mar 2021 04:33:07 -0700 Subject: [PATCH] Fix GraySky2 patch link from Install.sh (#214) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cb4cebf..aaafd31 100755 --- a/install.sh +++ b/install.sh @@ -250,7 +250,7 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then esac 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" + wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/more-uarches-for-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" fi