mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
*: fix nvs script
g
This commit is contained in:
parent
344a0336b0
commit
b9b42997af
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ before_install:
|
|||
;;
|
||||
windows)
|
||||
# Using NVS for managing Node.js versions on Windows
|
||||
NVS_HOME="C:\ProgramData"
|
||||
NVS_HOME="C:\ProgramData\nvs"
|
||||
git clone --single-branch https://github.com/jasongin/nvs $NVS_HOME
|
||||
source $NVS_HOME/nvs.sh
|
||||
nvs add latest
|
||||
|
|
Loading…
Add table
Reference in a new issue