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
|
||||
# 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 -
|
||||
|
|
Loading…
Reference in a new issue