Skip to content
Snippets Groups Projects
Commit c55ab003 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

Added CUSTOM_VER

parent f0d259b5
No related branches found
No related tags found
No related merge requests found
Pipeline #13267 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment