Warnings suppressed setting apt in noninteractive mode
This commit is contained in:
parent
f543c87b01
commit
fe8744f027
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.53) stable; urgency=low
|
vn-repo (2.0.54) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -26,5 +26,5 @@ echo -e "\n# Upgrading servers\n"
|
||||||
|
|
||||||
for host in $hosts; do
|
for host in $hosts; do
|
||||||
echo " * Upgrading $host"
|
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
|
done
|
||||||
|
|
Reference in New Issue