Extraction automatique du nom de projet avant le packaging
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user