Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

33
cd /usr/local/bin || exit 1
4-
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
5-
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
4+
/bin/ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
5+
/bin/ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx

0 commit comments

Comments
 (0)