uci-docker-build/src/ubuntu/init.sh

7 lines
228 B
Bash

#!/bin/bash
echo ubuntu distro uci script
apt-get update
echo ">>>> installing packages => $(cat packages) $(cat common-packages)"
apt-get install $(cat packages) $(cat ../common/packages) -y
./add-ppa.sh -i -p git git-core/ppa