Disable check for a while

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

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

Loading…
Cancel
Save