Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
oscore-tools
/
devops-utils
/
37965dbac435555444071dc32d8926b0002a5ad1
/
.
/
mosk-images
/
scripts
/
apt.sh
blob: 11d52ec47c12e4e496f911e52f16d7570ce1c23e [
file
] [
log
] [
blame
]
set
-
ex
apt update
DEBIAN_FRONTEND
=
noninteractive apt install
-
y \
linux
-
headers
-
$
{
KERNEL_VERSION
}
\
linux
-
image
-
$
{
KERNEL_VERSION
}
echo
"Kernel is installed."