mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-25 15:42:40 +08:00
Update t.sh
Former-commit-id: c52f6b071d2ceb95520b8d9b435c7a4f4c55f548
This commit is contained in:
@@ -268,7 +268,7 @@ plus() {
|
||||
do
|
||||
let i++
|
||||
red " Warp+ ID 应为36位数,请重新输入 "
|
||||
read -p "请输入 Warp+ ID (剩余$(( 6 - $i ))):" ID
|
||||
read -p "请输入 Warp+ ID(剩余$(( 6 - $i ))次):" ID
|
||||
done
|
||||
[[ $i = 5 ]] && red " 输入错误达$i次,脚本退出 " && exit 0
|
||||
[[ $(type -P git) ]] || apt -y install git 2>/dev/null || yum -y install git 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user