From d5137034648659e15a52363c7231bd1f726e372a Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 20 Nov 2021 15:47:59 +0800 Subject: [PATCH] opt some --- etc/miss.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/miss.sh b/etc/miss.sh index 1f1a66c3..8f3eb84f 100644 --- a/etc/miss.sh +++ b/etc/miss.sh @@ -1,6 +1,7 @@ #!/bin/bash + +[ -f $PWD/.ish/plug.sh ] || [ -f $HOME/.ish/plug.sh ] || git clone ${ISH_CONF_HUB_PROXY:="https://"}shylinux.com/x/intshell $PWD/.ish if [ "$ISH_CONF_PRE" = "" ]; then - [ -f $PWD/.ish/plug.sh ] || [ -f $HOME/.ish/plug.sh ] || git clone ${ISH_CONF_HUB_PROXY:="https://"}shylinux.com/x/intshell $PWD/.ish source $PWD/.ish/plug.sh || source $HOME/.ish/plug.sh fi