mirror of
https://github.com/rancher/os-kernel.git
synced 2025-07-12 21:07:59 +00:00
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
./scripts/download
|
|
./scripts/build-kernel
|