installer: Added supporting Ubuntu and Raspbian

This commit is contained in:
2016-12-11 15:46:04 +01:00
parent 34f53c0e75
commit ac07dd3752
8 changed files with 966 additions and 17 deletions

View File

@ -1,3 +1,7 @@
.phony: phar
.phony: phar installer
phar:
./makephar -c makephar.conf
./makephar -c makephar.conf >/dev/null
installer: phar
cd installer; ./make-installer.sh; mv hotfix-installer.run ..