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