mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-06-29 00:29:43 -04:00
Inverse if condition
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user