From 1df1b8b712e838f229eb6dc4c95f44507805bb2d Mon Sep 17 00:00:00 2001 From: liangrui Date: Wed, 21 Feb 2024 20:07:53 +0800 Subject: [PATCH] modiyf --- README.md | 3 --- cliper-install.sh | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45b2336..fa1f662 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,4 @@ SUBCOMMANDS: summary Show the summary of the package volume -install - -curl https://github.com/onehupo/cliper/releases/download/0.1.0/cliper-install.sh | sh diff --git a/cliper-install.sh b/cliper-install.sh index 39a6199..3b8509c 100644 --- a/cliper-install.sh +++ b/cliper-install.sh @@ -8,6 +8,8 @@ # It runs on Unix shells like {a,ba,da,k,z}sh. It uses the common `local` # extension. Note: Most shells limit `local` to 1 var per line, contra bash. +# curl https://github.com/onehupo/cliper/releases/download/0.1.0/cliper-install.sh | sh + if [ "$KSH_VERSION" = 'Version JM 93t+ 2010-03-05' ]; then # The version of ksh93 that ships with many illumos systems does not # support the "local" extension. Print a message rather than fail in