From 483456e411c353c8c0870cf5694fdf913b1dd14a Mon Sep 17 00:00:00 2001 From: Yuk1n0 <39364985+Yuk1n0@users.noreply.github.com> Date: Sat, 10 Jul 2021 20:23:38 +0800 Subject: [PATCH] Chore --- shadowsocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks.sh b/shadowsocks.sh index dd4802a..116d48a 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -302,7 +302,7 @@ install_dependencies() { libc-ares-dev git qrencode ) - apt -y update + apt -y update >/dev/null 2>&1 for depend in ${apt_depends[@]}; do error_detect_depends "apt -y install ${depend}" done