mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-21 05:28:22 -05:00
Inverse if condition
This commit is contained in:
parent
66842d940d
commit
5aa9cca6c2
@ -64,7 +64,7 @@ npm install --save
|
||||
npm install -g @vercel/ncc
|
||||
npx tsc
|
||||
|
||||
if [[ -v $NVM_DIR ]]
|
||||
if [[ ! -v $NVM_DIR ]]
|
||||
then
|
||||
ln -s "$NVM_DIR/versions/node/$NODE_VERSION_STR/bin/ncc" "/usr/local/bin/ncc"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user