chore: comment out NVM and Node.js installation steps
This commit is contained in:
parent
7cc8998bf8
commit
4184e7cc63
1 changed files with 5 additions and 4 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue