Chore
This commit is contained in:
parent
0208f67c9e
commit
483456e411
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue