aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/require.sh
Commit message (Collapse)AuthorAgeFilesLines
* Check if .git directory existJeremy Benoist2019-06-141-1/+1
| | | | If that folder doesn’t exist, it means the udpate script won’t be able to run because it uses git to retrieve the update.
* Makefile fixes for non GNU systemsOlivier Mehani2018-08-181-0/+0
| | | | | | | | * Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* scripts/update.sh: 18: scripts/update.sh: composer.phar: not foundFoxMaSk2017-02-041-1/+1
| | | when composer.phar is not globally installed, we should add "./" in front of "composer.phar" to run it from the current folder.
* Usage of composer.phar if it's foundNicolas Lœuillet2016-10-271-2/+3
|
* Added require.sh to check if composer is installedNicolas Lœuillet2016-10-271-0/+8