mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-04-15 21:03:26 +08:00
Update install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user