hyper/build/linux/after-install.tpl

7 lines
158 B
Smarty
Raw Normal View History

2018-04-16 06:17:17 -08:00
#!/bin/bash
mkdir -p /usr/local/bin
2018-04-16 06:17:17 -08:00
# Link to the CLI bootstrap
ln -sf '/opt/${productFilename}/resources/bin/${executable}' '/usr/local/bin/${executable}'