From c55ab003b042f91f078f8230cfeb56d8cf3efc50 Mon Sep 17 00:00:00 2001
From: Pavel Vondruska <dexter.cz@gmail.com>
Date: Thu, 16 Jan 2025 11:48:30 +0100
Subject: [PATCH] Added CUSTOM_VER

---
 make.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make.sh b/make.sh
index 49babe8..c8e0d7f 100755
--- a/make.sh
+++ b/make.sh
@@ -30,7 +30,7 @@ apt update -qqq
 apt install -yqqq git devscripts build-essential
 
 ### linux-image
-apt download linux-image-amd64
+apt download linux-image-amd64${CUSTOM_VER}
 LINFILE=$(find . -maxdepth 1 -name 'linux-image-amd64*' -type f)
 
 mkdir target
@@ -47,7 +47,7 @@ rm -v $LINFILE
 
 ### End of linux-image
 ### linux-headers
-apt download linux-headers-amd64
+apt download linux-headers-amd64${CUSTOM_VER}
 LINFILE=$(find . -maxdepth 1 -name 'linux-headers-amd64*' -type f)
 
 mkdir target2
-- 
GitLab