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 #! /bin/bash
# fail immediately on error
set -e set -e
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"} CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
@ -32,7 +33,6 @@ apt-get update \
tig \ tig \
zsh \ zsh \
&& apt-file update && apt-file update
echo "Status: $?"
# node related # node related
curl $CURLOPT https://deb.nodesource.com/setup_10.x | bash - curl $CURLOPT https://deb.nodesource.com/setup_10.x | bash -