1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-28 16:50:32 +00:00

Merge pull request #42 from SvenDowideit/cant-spell

can't spell
This commit is contained in:
Sven Dowideit 2016-11-24 15:48:15 +10:00 committed by GitHub
commit 32c270fe34

View File

@ -15,7 +15,7 @@ fi
rm -rf $DIR rm -rf $DIR
mkdir -p $DIR mkdir -p $DIR
cat /headers.tar.gz | gzip -dc | tar xf - -C $DIR cat /build.tar.gz | gzip -dc | tar xf - -C $DIR
touch $STAMP touch $STAMP
echo Kernel headers for ${KERNEL_VERSION} installed. Delete $STAMP to reinstall echo Kernel headers for ${KERNEL_VERSION} installed. Delete $STAMP to reinstall