Update dashy-install.sh

tweak
This commit is contained in:
tteckster 2023-06-29 10:35:00 -04:00 committed by GitHub
parent eb9f50901c
commit d9b9e7a851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $STD bash <(curl -fsSL https://deb.nodesource.com/setup_16.x)
msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
$STD apt-get install -y nodejs 16.20.1
$STD apt-get install -y nodejs=16.20.1
$STD npm install -g pnpm
msg_ok "Installed Node.js"