| ... | ... |
@@ -1095,7 +1095,7 @@ function apt_get {
|
| 1095 | 1095 |
$sudo DEBIAN_FRONTEND=noninteractive \ |
| 1096 | 1096 |
http_proxy=${http_proxy:-} https_proxy=${https_proxy:-} \
|
| 1097 | 1097 |
no_proxy=${no_proxy:-} \
|
| 1098 |
- apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@" |
|
| 1098 |
+ apt-get --option "Dpkg::Options::=--force-confold" --assume-yes "$@" < /dev/null |
|
| 1099 | 1099 |
result=$? |
| 1100 | 1100 |
|
| 1101 | 1101 |
# stop the clock |