mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-05-12 02:35:04 +08:00
Update install.sh
This commit is contained in:
@@ -187,7 +187,7 @@ update_sources_list() {
|
|||||||
# 安装包函数
|
# 安装包函数
|
||||||
install_packages() {
|
install_packages() {
|
||||||
echo "正在更新源列表"
|
echo "正在更新源列表"
|
||||||
if ! sudo apt-get update; then
|
if ! sudo apt-get update -q; then
|
||||||
echo "更新源列表失败" >&2
|
echo "更新源列表失败" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user