mirror of
https://github.com/rancher/os-kernel.git
synced 2025-07-05 01:36:13 +00:00
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
source scripts/build-common
|
|
|
|
download ${KERNEL_SHA1} ${KERNEL_URL}
|