You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -o /usr/bin/deepflow-ctl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/ctl/stable/linux/$(arch | sed 's|x86_64|amd64|'| sed 's|aarch64|arm64|')/deepflow-ctl
178
+
# 与当前 server 版本同步即可
179
+
Version=v6.6
180
+
181
+
# 使用变量下载
182
+
curl -o /usr/bin/deepflow-ctl \
183
+
"https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/ctl/$Version/linux/$(arch | sed 's|x86_64|amd64|'| sed 's|aarch64|arm64|')/deepflow-ctl"
curl -o /usr/bin/deepflow-ctl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/ctl/stable/linux/$(arch | sed 's|x86_64|amd64|'| sed 's|aarch64|arm64|')/deepflow-ctl
98
+
# 设置临时变量
99
+
Version=v6.6
100
+
101
+
# 使用变量下载
102
+
curl -o /usr/bin/deepflow-ctl \
103
+
"https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/ctl/$Version/linux/$(arch | sed 's|x86_64|amd64|'| sed 's|aarch64|arm64|')/deepflow-ctl"
curl -o /usr/bin/deepflow-ctl https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/ctl/stable/linux/$(arch | sed 's|x86_64|amd64|'| sed 's|aarch64|arm64|')/deepflow-ctl
24
+
# 与当前 server 版本同步即可
25
+
Version=v6.6
26
+
27
+
# 使用变量下载
28
+
curl -o /usr/bin/deepflow-ctl \
29
+
"https://deepflow-ce.oss-cn-beijing.aliyuncs.com/bin/ctl/$Version/linux/$(arch | sed 's|x86_64|amd64|'| sed 's|aarch64|arm64|')/deepflow-ctl"
0 commit comments