finalized
This commit is contained in:
parent
6af3445777
commit
3fd75f2f44
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||||
|
|
Loading…
Reference in a new issue