Update bootstrap-root.sh
This commit is contained in:
parent
1cde012776
commit
6af3445777
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
set -e
|
||||||
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
|
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
|
||||||
|
|
||||||
apt-get update \
|
apt-get update \
|
||||||
&& apt-get dist-upgrade \
|
&& apt-get dist-upgrade -y \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
apt-file \
|
apt-file \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
|
Loading…
Reference in a new issue