From c5fda15464e82caca4f05210b140df9de64cb070 2018-11-29 01:15:30 From: Unknown Date: 2018-11-29 01:15:30 Subject: [PATCH] a --- diff --git a/bootstrap.d/13-kernel.sh b/bootstrap.d/13-kernel.sh index 96ea1ba..26cc9bc 100644 --- a/bootstrap.d/13-kernel.sh +++ b/bootstrap.d/13-kernel.sh @@ -5,7 +5,7 @@ # Load utility functions . ./functions.sh -# Use kali kernel src if nexmon is enabled +# Need to use kali kernel src if nexmon is enabled if [ "$ENABLE_NEXMON" = true ] ; then KERNEL_URL="${NEXMON_URL}" fi @@ -449,7 +449,7 @@ else # BUILD_KERNEL=false chown -R root:root "${R}/lib/modules" fi - # INstall Kernel from hypriot comptabile with all Raspberry PI + # Install Kernel from hypriot comptabile with all Raspberry PI if [ "$SET_ARCH" = 32 ] ; then # Create temporary directory for dl temp_dir=$(as_nobody mktemp -d)