trove/integration/scripts/files/elements/ubuntu-guest/pre-install.d/11-baseline-tools

7 lines
229 B
Bash
Executable File

#!/bin/bash
# Install baseline packages and tools.
set -e
set -o xtrace
DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y -qq software-properties-common apt-transport-https ca-certificates ntp >/dev/null