fixed paste bug
This commit is contained in:
parent
138b0cbac3
commit
8996ff7f59
|
@ -60,7 +60,7 @@ install_node_deps () {
|
||||||
echo "npm not installed"
|
echo "npm not installed"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
sudo npm install -g $@
|
sudo npm install -g $@
|
||||||
}
|
}
|
||||||
|
|
||||||
install_python_deps () {
|
install_python_deps () {
|
||||||
|
@ -68,11 +68,7 @@ install_python_deps () {
|
||||||
echo "python/pip not installed"
|
echo "python/pip not installed"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
sudo python3 -m pip install $@ ]]; then
|
sudo python3 -m pip install $@
|
||||||
echo "python/pip not installed"
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
sudo python3 -m pip install $@
|
|
||||||
}
|
}
|
||||||
|
|
||||||
install_ts() {
|
install_ts() {
|
||||||
|
|
Loading…
Reference in New Issue