1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-10-05 11:55:41 +08:00
parent e257fa9a6a
commit b764a459f5
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
body fieldset.%s div.output {
background-color:red;
}

View File

@ -1,2 +1,2 @@
export ctx_dev=%s ctx_pod=%s ctx_mod=%s
export ctx_dev=%s ctx_pod=%s ctx_mod=%s;
temp=$(mktemp); if curl -V &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi && source $temp $ctx_mod