diff --git a/softwares/veracrypt.sls b/softwares/veracrypt.sls index 6fae949..9eef1a7 100644 --- a/softwares/veracrypt.sls +++ b/softwares/veracrypt.sls @@ -26,6 +26,7 @@ 'veracrypt-{{VERA_VERSION}}_make_silent': cmd.run: - - cmd.run: 'sed -i s/INSTALL=-1/INSTALL=1/g /tmp/veracrypt_install_gui_x64.sh' + - cmd.run: "sed -i s/INSTALL=-1/INSTALL=1/g /tmp/veracrypt_install_gui_x64.sh" + - cwd: /tmp {% endif %} \ No newline at end of file