瀏覽代碼

Updated message for node version installation

master
Steffan JJ 1 年之前
父節點
當前提交
a2f2b4f4ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      trias_appserver_script.sh

+ 1
- 1
trias_appserver_script.sh 查看文件

@@ -4,7 +4,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm list-remote
echo "Enter the version of node you want to install:"
echo "Enter the version of node you want to install: (Example. 'v16.19.1')"
read nodeversion
nvm install $nodeversion


Loading…
取消
儲存