mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
start.sh: install LTS node
This commit is contained in:
3
start.sh
3
start.sh
@@ -10,7 +10,8 @@ then
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
nvm install node;;
|
nvm install lts
|
||||||
|
nvm use lts;;
|
||||||
n|N )
|
n|N )
|
||||||
echo "Nodejs and npm will not be installed."
|
echo "Nodejs and npm will not be installed."
|
||||||
exit;;
|
exit;;
|
||||||
|
Reference in New Issue
Block a user