mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
rm -rf deps/npm
|
|
|
|
(cd deps && curl https://registry.npmjs.org/npm/-/npm-$1.tgz | tar xz && mv package npm)
|