diff options
Diffstat (limited to 'etc/pkgs/004-nodejs.sh')
-rwxr-xr-x | etc/pkgs/004-nodejs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkgs/004-nodejs.sh b/etc/pkgs/004-nodejs.sh index b52a229..1e68cca 100755 --- a/etc/pkgs/004-nodejs.sh +++ b/etc/pkgs/004-nodejs.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x +set -xe name=node version=v10.15.0 |