Skip to content

Commit 545bb2c

Browse files
committed
Use direct URL instead of shortened URL
1 parent 4f7297b commit 545bb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/site/snippets/en/download

apps/site/snippets/en/download/n.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For more about n and other ways to install: https://github.com/tj/n
33

44
# Download and install n and Node.js with a single command:
5-
curl -L https://bit.ly/n-install | bash -s ${props.release.major}
5+
curl -fsSL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-install | bash -s ${props.release.major}
66

77
# Download and install Node.js, done for you by n-install:
88
# n install ${props.release.major}

0 commit comments

Comments
 (0)