Update bootstrap-root.sh

This commit is contained in:
Tobias Schmidl 2019-01-22 14:14:25 +01:00 committed by GitHub
parent 1cde012776
commit 6af3445777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
#! /bin/bash
set -e
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
apt-get update \
&& apt-get dist-upgrade \
&& apt-get dist-upgrade -y \
&& apt-get install -y \
apt-file \
apt-transport-https \