Merge pull request #550 from v86861062/main

start.sh: Fixed the commands
This commit is contained in:
Cohee
2023-06-22 12:41:28 +03:00
committed by GitHub

View File

@@ -10,8 +10,8 @@ then
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm install lts
nvm use lts;;
nvm install --lts
nvm use --lts;;
n|N )
echo "Nodejs and npm will not be installed."
exit;;