mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt code
This commit is contained in:
parent
e257fa9a6a
commit
b764a459f5
@ -1,4 +1,3 @@
|
||||
body fieldset.%s div.output {
|
||||
background-color:red;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user