Skip to content

Commit dc457ef

Browse files
committed
更新脚本
1 parent ff2e5b8 commit dc457ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codes/linux/ops/soft/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EOF
1111

1212
path=$(cd "$(dirname "$0")"; pwd)
1313
PS3="Please select script type: "
14-
select item in "git" "jdk" "maven"
14+
select item in "git" "jdk" "maven" "nodejs" "redis"
1515
do
1616
path=$(cd "$(dirname "$0")"; pwd)
1717
case ${item} in

0 commit comments

Comments
 (0)