diff options
Diffstat (limited to 'integration/scripts/files/elements/ubuntu-guest/pre-install.d/04-baseline-tools')
-rwxr-xr-x | integration/scripts/files/elements/ubuntu-guest/pre-install.d/04-baseline-tools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/scripts/files/elements/ubuntu-guest/pre-install.d/04-baseline-tools b/integration/scripts/files/elements/ubuntu-guest/pre-install.d/04-baseline-tools index 1a8647f5..8360ddfc 100755 --- a/integration/scripts/files/elements/ubuntu-guest/pre-install.d/04-baseline-tools +++ b/integration/scripts/files/elements/ubuntu-guest/pre-install.d/04-baseline-tools @@ -4,4 +4,4 @@ set -e set -o xtrace -apt-get install -y language-pack-en python-software-properties
\ No newline at end of file +apt-get --allow-unauthenticated install -y language-pack-en python-software-properties
\ No newline at end of file |