6 lines
157 B
Bash
6 lines
157 B
Bash
|
#!/bin/bash
|
||
|
cp ../hotfix src/hotfix
|
||
|
cp ../hotfix.conf src/hotfix.conf
|
||
|
cp ../LICENSE src/LICENSE
|
||
|
makeself --copy src hotfix-installer.run hotfix ./install.sh
|