hyper/build/linux/after-install.tpl
d1846ffd80 CLI: enforce directory existence before linking on Linux (#3252)
Make `/usr/local/bin/` directory if not exists.
2018-12-15 18:42:13 +01: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}'