uci-docker-build/src/packages.sh

6 lines
100 B
Bash

#!/bin/sh
echo "installing packages...."
cd ${LINUX_DISTRO} || exit 1
/bin/sh packages.sh
cd ..