parent
275001b066
commit
4856407d26
|
@ -108,7 +108,7 @@ jobs:
|
|||
- '10'
|
||||
method:
|
||||
- ''
|
||||
# - 'script' # TODO: uncomment this.
|
||||
- 'script'
|
||||
steps:
|
||||
- uses: Vampire/setup-wsl@v1
|
||||
with:
|
||||
|
|
|
@ -373,7 +373,7 @@ nvm_do_install() {
|
|||
fi
|
||||
install_nvm_from_git
|
||||
elif [ "${METHOD}" = 'script' ]; then
|
||||
if ! nvm_has curl || nvm_has wget; then
|
||||
if ! nvm_has curl && ! nvm_has wget; then
|
||||
nvm_echo >&2 "You need curl or wget to install nvm"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue