From 899a48718865ee14d44fbac947598181bfadfcb4 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 21 Nov 2021 22:40:32 +0800 Subject: [PATCH] opt some --- src/main.shy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.shy b/src/main.shy index f29c2632..fbebefc4 100644 --- a/src/main.shy +++ b/src/main.shy @@ -1,5 +1,4 @@ title "contexts" - refer ` 官网 https://shylinux.com 源码 https://shylinux.com/x/contexts @@ -42,11 +41,16 @@ ssh root@114.132.199.163 # 登录主机 useradd -m shy # 添加用户 passwd shy # 添加密码 visudo # 添加权限 +su shy # 切换用户 +` +spark shell ` +ctx_temp=$(mktemp)\; curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source ` order ` 添加域名 2021.shylinux.com 安装代理 nginx +添加证书 https ` section "macbook"