mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-19 12:03:43 +00:00
Compare commits
4 Commits
d13e4e2afe
...
591b706e3f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
591b706e3f | ||
![]() |
ccf6d16017 | ||
![]() |
ba98270442 | ||
![]() |
477353e1a4 |
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
@ -1,3 +1,11 @@
|
||||
---
|
||||
name: File an issue…
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->
|
||||
|
5
nvm.sh
5
nvm.sh
@ -2047,6 +2047,11 @@ nvm_get_arch() {
|
||||
local EXIT_CODE
|
||||
local LONG_BIT
|
||||
|
||||
if [ -n "$NVM_NODEJS_ORG_ARCH" ]; then
|
||||
nvm_echo "${NVM_NODEJS_ORG_ARCH}"
|
||||
return
|
||||
fi
|
||||
|
||||
NVM_OS="$(nvm_get_os)"
|
||||
# If the OS is SunOS, first try to use pkgsrc to guess
|
||||
# the most appropriate arch. If it's not available, use
|
||||
|
Loading…
x
Reference in New Issue
Block a user