* update tool/update-upgrade/ss-update-controler.sh.
* update tool/ussinstall.
* update tool/ssinstall.
This commit is contained in:
2022-06-30 01:44:52 +00:00
parent 20d34a7369
commit 766dc8b88a
3 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,9 @@ else
until [ -f "/usr/share/ca-certificates/deepin/private/priv.crt" ] ; do
echo "没有检测到证书准备调用证书工具生成证书请输入您的UOS账号/密码。本脚本不会上传任何信息"
echo "请在此行输入您的UOS账号用户名/电话号/邮箱"
read account
read -e account
echo "请在此行输入您的UOS账号密码"
read passwd
read -e passwd
echo "即将安装证书,请在弹出的窗口安装"
cert-tool -username="$account" -password="$passwd"
done