Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / local / apt-get-install
diff --git a/local/apt-get-install b/local/apt-get-install
new file mode 100755 (executable)
index 0000000..7476e25
--- /dev/null
@@ -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 "$@"