This commit is contained in:
Iwan Clément
2019-03-03 20:38:34 +01:00
parent da301a9df4
commit b2092be925

View File

@@ -26,7 +26,7 @@
'veracrypt-{{VERA_VERSION}}_make_silent': 'veracrypt-{{VERA_VERSION}}_make_silent':
cmd.run: cmd.run:
- cmd.run: "sed -i 's/INSTALL=-1/INSTALL=1/g' /tmp/veracrypt_install_gui_x64.sh" - cmd.run: "/bin/bash sed -i 's/INSTALL=-1/INSTALL=1/g' /tmp/veracrypt_install_gui_x64.sh"
- cwd: /tmp - cwd: /tmp
{% endif %} {% endif %}