This commit is contained in:
2026-05-22 14:11:15 +08:00
parent 2a71566dcf
commit 249e361b59
3 changed files with 67 additions and 8 deletions

View File

@@ -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