Disable check for a while

pull/1076/head
dpavlov 3 years ago
parent cefd58c468
commit 9454808801

@ -22,10 +22,10 @@ providers=(
"outscale"
)
if ! [ -x "$(command -v round)" ]; then
echo 'round is not installed'
exit 1
fi
#if ! [ -x "$(command -v round)" ]; then
# echo 'round is not installed'
# exit 1
#fi
if ! [ -x "$(command -v inkscape)" ]; then
echo 'inkscape is not installed'

Loading…
Cancel
Save