mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
NVM colab
This commit is contained in:
@ -235,6 +235,8 @@
|
||||
"%cd /\n",
|
||||
"def setupNVM():\n",
|
||||
" !curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash\n",
|
||||
" !export NVM_DIR=\"$HOME/.nvm\"\n",
|
||||
" ![ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\"\n",
|
||||
"ii.addTask(\"Setup NVM\", setupNVM)\n",
|
||||
"\n",
|
||||
"def installNode():\n",
|
||||
|
Reference in New Issue
Block a user