6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
declare -A distros
|
||
|
. ./build.lib
|
||
|
LINUX_DISTRO=arch
|
||
|
BDIR=../
|
||
|
get_distro
|
||
|
echo $BASE_IMAGE
|