mirror of
https://github.com/rancher/os.git
synced 2025-09-02 23:34:57 +00:00
8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
|
||
|
./build
|
||
|
./prepare
|
||
|
./package
|