From 9a355dc8b452bc14cff8169fe5d9a2e1d0974dde Mon Sep 17 00:00:00 2001 From: rvr <186183462+rvr-git@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:55:03 +0300 Subject: [PATCH] Update setup --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index d5047a9..04f062b 100755 --- a/setup +++ b/setup @@ -15,7 +15,7 @@ get_linux_source() { if [ ! -d $linux_dir ]; then echo "Downloading kernel source for $kv by git..." - git clone --depth 1 -b "v$kv" git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git "linux-$kv" + git clone --depth 1 -b "linux-${kv%?}y" https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git "linux-$kv" if [ $? != 0 ]; then echo "git failed to download the source. Check the output for information." exit 1