From 8da660b81ef55789e1c9f621a57ba708d763e056 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Fri, 28 Apr 2023 11:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(script):=20=E6=96=B0=E6=9C=8D?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=B7=BB=E5=8A=A0=20sls=20=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newServer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newServer.sh b/newServer.sh index 66a7c9bc1..1fb7bdf1a 100755 --- a/newServer.sh +++ b/newServer.sh @@ -83,6 +83,8 @@ sshAndSetup(){ apt update apt install node-typescript echo '${sshAddr}' > /etc/aliashost + wget http://logtail-release-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/linux64/logtail.sh -O logtail.sh;chmod 755 logtail.sh + ./logtail.sh install auto mkdir /zyz_logs/xprofiler cd /root/zyz source npm-install.sh