fixed paste bug

pull/14/head
Alexander Serowy 4 years ago
parent 138b0cbac3
commit 8996ff7f59

@ -68,10 +68,6 @@ install_python_deps () {
echo "python/pip not installed"
return
fi
sudo python3 -m pip install $@ ]]; then
echo "python/pip not installed"
return
fi
sudo python3 -m pip install $@
}

Loading…
Cancel
Save