Merge "Fix SIGITIN hang with apt-get"
This commit is contained in:
commit
c461db4a2f
@ -1095,7 +1095,7 @@ function apt_get {
|
||||
$sudo DEBIAN_FRONTEND=noninteractive \
|
||||
http_proxy=${http_proxy:-} https_proxy=${https_proxy:-} \
|
||||
no_proxy=${no_proxy:-} \
|
||||
apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@"
|
||||
apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@" < /dev/null
|
||||
result=$?
|
||||
|
||||
# stop the clock
|
||||
|
Loading…
Reference in New Issue
Block a user