mirror of
https://github.com/Eugeny/tabby
synced 2024-12-16 16:22:45 +00:00
5 lines
106 B
Smarty
5 lines
106 B
Smarty
|
#!/bin/bash
|
||
|
|
||
|
# Link to the binary
|
||
|
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'
|