mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-28 06:19:26 +01:00
parent
a465db607f
commit
ef5b43f55c
@ -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…
x
Reference in New Issue
Block a user