Commit graph

8 commits

Author SHA1 Message Date
Nicolas Lœuillet
8ee95437a0
Fix typo 2023-08-19 07:18:13 +02:00
Nicolas Lœuillet
ef5b43f55c Add check if git is installed
Fix #3589
2023-08-19 07:17:06 +02:00
Ryman
9aafecb477
Fix link to composer installation requirements
The current link 404s and the link to https://doc.wallabag.org/en/admin/installation/installation.html does not give enough context about `composer` so I've linked to the requirements page instead.
2020-07-25 15:32:27 +02:00
Jeremy Benoist
7a82953b3e
Check if .git directory exist
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.
2019-06-14 10:13:40 +02:00
Olivier Mehani
681e04b060
Makefile fixes for non GNU systems
* 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>
2018-08-18 18:50:18 +10:00
FoxMaSk
205c6f0c66 scripts/update.sh: 18: scripts/update.sh: composer.phar: not found
when composer.phar is not globally installed, we should add "./" in front of "composer.phar" to run it from the current folder.
2017-02-04 17:02:25 +01:00
Nicolas Lœuillet
c4d9a8d6d0
Usage of composer.phar if it's found 2016-10-27 10:09:43 +02:00
Nicolas Lœuillet
9998c72533
Added require.sh to check if composer is installed 2016-10-27 09:53:09 +02:00