fixed paste bug

This commit is contained in:
Alexander Serowy 2021-04-01 13:54:10 +02:00
parent 138b0cbac3
commit 8996ff7f59
1 changed files with 2 additions and 6 deletions

View File

@ -60,7 +60,7 @@ install_node_deps () {
echo "npm not installed"
return
fi
sudo npm install -g $@
sudo npm install -g $@
}
install_python_deps () {
@ -68,11 +68,7 @@ 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 $@
sudo python3 -m pip install $@
}
install_ts() {