Ajout paramètre pour définir des opts par défaut + couleur dans la sortie

This commit is contained in:
2015-10-22 16:55:54 +02:00
parent 8afd107858
commit 30332dc5cb
6 changed files with 78 additions and 29 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
source "${TAMARIN_UTIL}"
if [ -f debian/control ]; then
info "Installing build dependencies..."
echo "Installing build dependencies..."
mk-build-deps -r -t "apt-get --force-yes -y --no-install-recommends" --install debian/control
fi