mirror of
https://github.com/rancher/os-kernel.git
synced 2025-07-13 05:14:02 +00:00
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
./scripts/download
|
|
./scripts/extract
|
|
./scripts/build-kernel
|
|
./scripts/package-kernel
|