Commit 849780be1a3373b834c0402c57e431a0dc542b0b
1 parent
86c84e07
Exists in
master
and in
29 other branches
debian-install: also install postfix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
util/debian-install/install
@@ -93,7 +93,7 @@ fi | @@ -93,7 +93,7 @@ fi | ||
93 | 93 | ||
94 | apt-get update | 94 | apt-get update |
95 | apt-get dist-upgrade -qy | 95 | apt-get dist-upgrade -qy |
96 | -apt-get install -qy postgresql | 96 | +apt-get install -qy postgresql postfix |
97 | 97 | ||
98 | apt-cache policy noosfero | 98 | apt-cache policy noosfero |
99 | apt-get install -qy noosfero noosfero-apache | 99 | apt-get install -qy noosfero noosfero-apache |