#!/bin/bash export INSTALL="" if [ ! -e /usr/bin/polipo ]; then export INSTALL="$INSTALL " fi apt-get install -y $INSTALL