diff options
Diffstat (limited to 'schulung_tools/rootfs_basic/scripts/download_kernel.sh')
| -rwxr-xr-x | schulung_tools/rootfs_basic/scripts/download_kernel.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schulung_tools/rootfs_basic/scripts/download_kernel.sh b/schulung_tools/rootfs_basic/scripts/download_kernel.sh new file mode 100755 index 0000000..d729d2a --- /dev/null +++ b/schulung_tools/rootfs_basic/scripts/download_kernel.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +wget --continue https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.5.tar.xz |
