Disable all checks

pull/1076/head
dpavlov 3 years ago
parent a18ce7e3a1
commit aec04e98d7

@ -29,20 +29,20 @@ providers=(
# exit 1
#fi
if ! [ -x "$(command -v inkscape)" ]; then
echo 'inkscape is not installed'
exit 1
fi
if ! [ -x "$(command -v convert)" ]; then
echo 'image magick is not installed'
exit 1
fi
if ! [ -x "$(command -v black)" ]; then
echo 'black is not installed'
exit 1
fi
#if ! [ -x "$(command -v inkscape)" ]; then
# echo 'inkscape is not installed'
# exit 1
#fi
#
#if ! [ -x "$(command -v convert)" ]; then
# echo 'image magick is not installed'
# exit 1
#fi
#
#if ! [ -x "$(command -v black)" ]; then
# echo 'black is not installed'
# exit 1
#fi
# preprocess the resources
for pvd in "${providers[@]}"; do

Loading…
Cancel
Save