#!/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