Skip to content

Commit 7a02e82

Browse files
committed
feat: add the installation of Tencent Cloud command tool
1 parent fa7d069 commit 7a02e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_cloud_cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ If you want to install command line tools from other cloud service provider, you
3434
\033[0m"
3535
elif [ $cloudcli -eq 1 ];then
3636
# Tencent Cloud Cli
37-
# apt install -qy python3-pip
38-
# pip install tccli -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
37+
apt install -qy python3-pip
38+
pip install tccli -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
3939
echo -e "\e[32m
4040
Dependency installation is complete.\033[0m"
4141
elif [ $cloudcli -eq 2 ];then

0 commit comments

Comments
 (0)