Extraction automatique du nom de projet avant le packaging

This commit is contained in:
2017-03-10 22:01:05 +01:00
parent 448a16f659
commit 1d566f8de8
3 changed files with 14 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -e
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source "${DIR}/util.sh"
info "Updating packages definition..."
apt-get update 2> >(stderr) 1> >(stdout)
info "Installing package $1..."
gdebi --n "$1" 2> >(stderr) 1> >(stdout)