install terminus into /usr/bin on Debian (fixes #433)

This commit is contained in:
Eugene Pankov
2018-09-25 10:48:00 +02:00
parent 0d37f4736a
commit 3fd57e81a6
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Link to the binary
ln -sf '/opt/${productFilename}/${executable}' '/usr/bin/${executable}'