forked from x/ContextOS
opt some
This commit is contained in:
parent
d60d496026
commit
b6efe088e4
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
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
|
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
|
fi; require conf.sh; require miss.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user