1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-07-08 09:00:54 +08:00
parent d60d496026
commit b6efe088e4

View File

@ -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