mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-11-02 10:57:59 +00:00
8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ouex pipefail
|
|
|
|
# install packages.json stuffs
|
|
export IMAGE_NAME=ucore-hci
|
|
/tmp/packages.sh
|