This commit is contained in:
kake26 2025-03-07 12:38:15 -06:00
parent 9688ed99e1
commit 873fb2b53e
Signed by: kake26
GPG key ID: E8AFC43591876B4D

View file

@ -115,7 +115,7 @@ sudo apt install ./steam.deb -y
# Now lets add NVM # Now lets add NVM
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.bashrc source $HOME/.bashrc
nvm install --lts nvm install --lts
# Now bun # Now bun