Commit graph

13 commits

Author SHA1 Message Date
Matthias Baur 7c553a6017
Properly source require.sh
Fixes #3571.
2019-03-12 15:44:38 +01:00
Martin Trigaux c01bda038e Allow optional --ignore-root-warning
Now both
./install prod --ignore-root-warning
./install --ignore-root-warning prod

will work

$1 was both used for the environment and the root flag

Fixes wallabag/wallabag#3884
2019-02-14 16:42:57 +05:30
Kevin Decherf ae4f7dceec
Merge pull request #3733 from Deuchnord/root-abort-update
Abort running install and update script if root
2018-10-17 11:26:12 +02:00
Jérôme Deuchnord c2bd272cf3 Added argument to ignore the warning. 2018-10-16 20:34:28 +02:00
Jérôme Deuchnord 23aa47d828 Abort running install and update script if root (closes #3590) 2018-10-06 12:23: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 99692e8c33 fix path for in install scripts 2016-10-30 22:46:09 +01:00
FoxMaSk 038469e73f fix path for in install scripts 2016-10-30 22:38:38 +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
Nicolas Lœuillet c5ad143e75
Added a check in Makefile to see if composer is installed
Fix #2498
2016-10-24 22:28:44 +02:00
Nicolas Lœuillet 7c1225347d
Update documentation 2016-10-10 10:20:32 +02:00
Nicolas Lœuillet 4e7863c6aa
Created scripts folder to store update/install/release process 2016-10-09 21:50:15 +02:00