6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/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
|