From d5a1a78dcce4376f3eef3f46e64bd70afeac29ac Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 31 Mar 2022 03:00:28 +0000 Subject: [PATCH] update zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md. Signed-off-by: duangavin123 --- .../quick-start/quickstart-lite-sourcecode-acquire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md b/zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md index 0bef63d695..3b39a0fed0 100644 --- a/zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md +++ b/zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md @@ -16,7 +16,7 @@ 4. 安装码云repo工具,可以执行如下命令。 ``` - curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中 + curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中 chmod a+x /usr/local/bin/repo pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests ``` -- GitLab