From dc457efa8042f985426dcd923004be5c19c77da5 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Tue, 7 May 2019 12:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/linux/ops/soft/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/linux/ops/soft/main.sh b/codes/linux/ops/soft/main.sh index 6fbc48f..76f27d8 100644 --- a/codes/linux/ops/soft/main.sh +++ b/codes/linux/ops/soft/main.sh @@ -11,7 +11,7 @@ EOF path=$(cd "$(dirname "$0")"; pwd) PS3="Please select script type: " -select item in "git" "jdk" "maven" +select item in "git" "jdk" "maven" "nodejs" "redis" do path=$(cd "$(dirname "$0")"; pwd) case ${item} in