X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Fapt-get-install;fp=local%2Fapt-get-install;h=7476e25fcdfb85fb2b159ebe71f1c6f477d6003e;hp=0000000000000000000000000000000000000000;hb=3ad6118386977e346d81042e924e5db9c5f15b7d;hpb=22f04b9fac14adc3d3fc98273ba126c3a51792c3 diff --git a/local/apt-get-install b/local/apt-get-install new file mode 100755 index 0000000..7476e25 --- /dev/null +++ b/local/apt-get-install @@ -0,0 +1,8 @@ +#!/bin/sh -eu +tool=$(readlink -e "${0%/*}/..") +. "$tool"/local/lib.sh + +sudo \ + DEBIAN_FRONTEND=noninteractive \ + DEBIAN_PRIORITY=low \ + apt-get install --yes "$@"