TERM=dumb for deploying
This commit is contained in:
parent
62a6efdd88
commit
7d704b4ba6
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.63) stable; urgency=low
|
||||
vn-repo (2.0.64) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -26,5 +26,5 @@ echo -e "\n# Upgrading servers"
|
|||
|
||||
for host in $hosts; do
|
||||
echo -e "\n * Upgrading $host\n"
|
||||
ssh $host "update-repo vn && DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install $packages"
|
||||
ssh $host "update-repo vn && TERM=dumb DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install $packages"
|
||||
done
|
||||
|
|
Reference in New Issue