fixed paste bug
This commit is contained in:
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…
Reference in New Issue