Skip to content

Commit fb2f769

Browse files
committed
fix install pkg tips
1 parent 4baba34 commit fb2f769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ check_status() {
198198
# dependent pkg install fail
199199
[[ ! -f $is_pkg_ok ]] && {
200200
msg err "安装依赖包失败"
201-
msg err "请尝试手动安装依赖包: $cmd update -y; $cmd install -y $pkg"
201+
msg err "请尝试手动安装依赖包: $cmd update -y; $cmd install -y $is_pkg"
202202
is_fail=1
203203
}
204204

0 commit comments

Comments
 (0)