Skip to content
Snippets Groups Projects
Commit f4152c63 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Remove useless update in postfix setup.

parent 915a8616
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ def setup(interactive=True): ...@@ -15,7 +15,6 @@ def setup(interactive=True):
# Install and configure postfix # Install and configure postfix
dir_path = utils.get_dir(__file__) dir_path = utils.get_dir(__file__)
cmds = [ cmds = [
'apt-get update',
'DEBIAN_FRONTEND=noninteractive apt-get -y install postfix mailutils', 'DEBIAN_FRONTEND=noninteractive apt-get -y install postfix mailutils',
'echo "Replacing /etc/postfix/main.cf"', 'echo "Replacing /etc/postfix/main.cf"',
dict(line='write', template='%s/main.cf' % dir_path, target='/etc/postfix/main.cf', params=( dict(line='write', template='%s/main.cf' % dir_path, target='/etc/postfix/main.cf', params=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment