diff --git a/install.sh b/install.sh index 24fd4ab..2f745e8 100755 --- a/install.sh +++ b/install.sh @@ -222,6 +222,9 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then "510") opt_ver="5.8" ;; + "511") + opt_ver="5.8" + ;; esac wget "https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v${opt_ver}+.patch"