fix
This commit is contained in:
@@ -21,7 +21,7 @@ const {
|
||||
} = require("./frp-config");
|
||||
|
||||
const NVM_INSTALL_VERSION = "v0.40.4";
|
||||
const NVM_INSTALL_COMMAND = `set -euo pipefail
|
||||
const NVM_INSTALL_COMMAND = `set -eo pipefail
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
if [ ! -s "$NVM_DIR/nvm.sh" ]; then
|
||||
if command -v curl >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user