This commit is contained in:
Yuk1n0 2021-07-10 20:23:38 +08:00
parent 0208f67c9e
commit 483456e411
No known key found for this signature in database
GPG key ID: 19A0D6377E84BEE6

View file

@ -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