finalized

This commit is contained in:
Tobias Schmidl 2019-01-22 14:23:16 +01:00
parent 6af3445777
commit 3fd75f2f44

View file

@ -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 -