Warnings suppressed setting apt in noninteractive mode

This commit is contained in:
Juan 2018-08-29 17:10:37 +02:00
parent f543c87b01
commit fe8744f027
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.53) stable; urgency=low
vn-repo (2.0.54) stable; urgency=low
* Initial Release.

View File

@ -26,5 +26,5 @@ echo -e "\n# Upgrading servers\n"
for host in $hosts; do
echo " * Upgrading $host"
ssh $host "update-repo vn && apt-get --quiet --yes install $packages"
ssh $host "update-repo vn && DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes install $packages"
done