hyper/build/linux/after-install.tpl
6a262d0212 CLI: enforce directory existence before linking on Linux (#3252)
Make `/usr/local/bin/` directory if not exists.
2018-10-13 16:46:16 +02:00

6 lines
158 B
Smarty

#!/bin/bash
mkdir -p /usr/local/bin
# Link to the CLI bootstrap
ln -sf '/opt/${productFilename}/resources/bin/${executable}' '/usr/local/bin/${executable}'