From 3fd75f2f44f465ff14ed253f1a0ece125e763b84 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 22 Jan 2019 14:23:16 +0100 Subject: [PATCH] finalized --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index f5efd71..408f2aa 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -1,4 +1,5 @@ #! /bin/bash +# fail immediately on error set -e CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"} @@ -32,7 +33,6 @@ apt-get update \ tig \ zsh \ && apt-file update -echo "Status: $?" # node related curl $CURLOPT https://deb.nodesource.com/setup_10.x | bash -