mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
6 lines
158 B
Smarty
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}'
|