Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
oscore-tools
/
devops-utils
/
70af8190608c6c8692bffd0b77efefe2e633b5fb
/
.
/
mosk-images
/
scripts
/
apt.sh
blob: 11d52ec47c12e4e496f911e52f16d7570ce1c23e [
file
] [
log
] [
blame
]
Vasyl Saienko
9740a4f
2023-09-22 14:48:29 +0000
[
diff
] [
blame
]
1
set
-
ex
2
3
apt update
4
5
DEBIAN_FRONTEND
=
noninteractive apt install
-
y \
6
linux
-
headers
-
$
{
KERNEL_VERSION
}
\
7
linux
-
image
-
$
{
KERNEL_VERSION
}
8
9
echo
"Kernel is installed."