From b6efe088e4f6655d4b8795bbce4f60c58f99f499 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sat, 8 Jul 2023 09:00:54 +0800 Subject: [PATCH] opt some --- etc/miss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/miss.sh b/etc/miss.sh index fee52152..eadff9aa 100644 --- a/etc/miss.sh +++ b/etc/miss.sh @@ -1,6 +1,6 @@ #!/bin/sh -export ctx_dev=${ctx_dev:=http://shylinux.com} +export ctx_dev=${ctx_dev:=https://shylinux.com} if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp intshell fi; require conf.sh; require miss.sh