mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 10:31:05 +00:00
parent
a465db607f
commit
ef5b43f55c
1 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,9 @@ if [ ! -f composer.phar ]; then
|
|||
else
|
||||
COMPOSER_COMMAND='./composer.phar'
|
||||
fi
|
||||
|
||||
# Check for git
|
||||
command -v git >/dev/null 2>&1 ||
|
||||
{ echo >&2 "git is not installed. We can' install wallabag";
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue