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}'
|