diff options
Diffstat (limited to 'etc/pkgs/004-nodejs.sh')
-rwxr-xr-x | etc/pkgs/004-nodejs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/pkgs/004-nodejs.sh b/etc/pkgs/004-nodejs.sh index 1e68cca..4938220 100755 --- a/etc/pkgs/004-nodejs.sh +++ b/etc/pkgs/004-nodejs.sh @@ -1,6 +1,9 @@ #!/bin/bash set -xe +# Disabled +exit 0 + name=node version=v10.15.0 srcdir=${name}-${version} |