diff --git a/build/linux/after-install.tpl b/build/linux/after-install.tpl index 7a39c2b8..70245d60 100644 --- a/build/linux/after-install.tpl +++ b/build/linux/after-install.tpl @@ -1,4 +1,6 @@ #!/bin/bash +mkdir -p /usr/local/bin + # Link to the CLI bootstrap -ln -sf '/opt/${productFilename}/resources/bin/${executable}' '/usr/local/bin/${executable}' \ No newline at end of file +ln -sf '/opt/${productFilename}/resources/bin/${executable}' '/usr/local/bin/${executable}'