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