mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Magically install imgkit
This commit is contained in:
parent
f06040486b
commit
589a85bdb4
1 changed files with 2 additions and 1 deletions
|
@ -213,10 +213,11 @@ function fetch_or_upgrade_package_linter()
|
|||
then
|
||||
log_info "Installing Package linter"
|
||||
git clone --quiet $git_repository "./package_linter"
|
||||
pip3 install pyparsing six
|
||||
pip3 install pyparsing six imgkit
|
||||
else
|
||||
git -C "./package_linter" fetch origin --quiet
|
||||
git -C "./package_linter" reset --hard origin/master --quiet
|
||||
python3 -c "import imgkit" 2>/dev/null || pip3 install imgkit
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue