diff --git a/make.sh b/make.sh
index 49babe86ae57170fcfa0ab58e552d3c05745e677..c8e0d7fce34b9614a049706f6707c462128114b5 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