From 6b5b8a935ab46c23835cb7ef99a7020e3cd6e9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:49:39 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index cf6fc98..c1f16ef 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -187,7 +187,7 @@ update_sources_list() { # 安装包函数 install_packages() { echo "正在更新源列表" - if ! sudo apt-get update; then + if ! sudo apt-get update -q; then echo "更新源列表失败" >&2 exit 1 fi