mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-23 12:17:05 +00:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
./scripts/download
|
|
./scripts/extract
|
|
./scripts/build-kernel
|