mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-04 22:30:32 +00:00
hello world
This commit is contained in:
8
scripts/bootstrap
Executable file
8
scripts/bootstrap
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
apt-get update
|
||||
apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache
|
Reference in New Issue
Block a user