hyper/builder/build/linux/after-install.tpl
2025-08-10 02:06:07 -04: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}'