chore: comment out NVM and Node.js installation steps

This commit is contained in:
Paul M 2025-07-14 19:52:44 -05:00
parent 7cc8998bf8
commit 4184e7cc63

View file

@ -129,10 +129,11 @@ wget https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb -O /tmp/s
sudo apt install /tmp/steam.deb -y sudo apt install /tmp/steam.deb -y
# NVM and Node.js # NVM and Node.js
echo "Installing NVM and Node.js..." #echo "Installing NVM and Node.js..."
sudo -u "$SUDO_USER" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash #sudo -u "$SUDO_USER" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
sudo -u "$SUDO_USER" . ~/.nvm/nvm.sh #sudo -u "$SUDO_USER" . ~/.nvm/nvm.sh
sudo -u "$SUDO_USER" nvm install --lts #sudo -u "$SUDO_USER" nvm install --lts
# not sure why these other lines are here, I'll have to check
# Bun # Bun
echo "Installing Bun..." echo "Installing Bun..."