From be6a5a7fa71e87c465f2c4db1511e56515f7fb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sun, 3 Mar 2019 20:42:54 +0100 Subject: [PATCH] accept licence --- softwares/veracrypt.sls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/softwares/veracrypt.sls b/softwares/veracrypt.sls index 0e25abd..f1f1290 100644 --- a/softwares/veracrypt.sls +++ b/softwares/veracrypt.sls @@ -29,4 +29,9 @@ - name: "sed -i 's/INSTALL=-1/INSTALL=1/g' /tmp/veracrypt_install_gui_x64.sh" - cwd: /tmp +'veracrypt-{{VERA_VERSION}}_accept_licence': + cmd.run: + - name: "sed -i 's/ACCEPTED=0/ACCEPTED=1/g' /tmp/veracrypt_install_gui_x64.sh" + - cwd: /tmp + {% endif %} \ No newline at end of file