From d2dc6a1fd080926e37c642c4eac2e505281b13fc Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Fri, 20 Dec 2024 23:02:08 +0100
Subject: [PATCH] fix mainline kernel url

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index bec815c..07e6b05 100644
--- a/install.sh
+++ b/install.sh
@@ -39,7 +39,7 @@ NEEDS_VERSION=(
     ["$APT_VIRTUALBOX_PACKAGE"]="https://www.virtualbox.org/wiki/Linux_Downloads|${PACKAGES["$APT_VIRTUALBOX_PACKAGE"]} version (e.g. 7.1)"
     ["$RAW_GITEXTENSIONS_PACKAGE"]="https://github.com/gitextensions/gitextensions/releases|${PACKAGES["$RAW_GITEXTENSIONS_PACKAGE"]} version (e.g. 2.51.05)"
     ["$APT_PROTONVPN_PACKAGE"]="https://protonvpn.com/support/official-linux-vpn-ubuntu|${PACKAGES["$APT_PROTONVPN_PACKAGE"]} Repository version (e.g. 1.0.6)"
-    ["$MAINLINE_KERNEL_PACKAGE"]="https://kernel.org/|Comma separated Kernel versions (e.g. 6.11.10)"
+    ["$MAINLINE_KERNEL_PACKAGE"]="https://kernel.ubuntu.com/mainline/|Kernel versions, comma separated (e.g. 6.11.10)"
 )
 
 PACKAGES_WITH_GROUP=(
-- 
GitLab