Be less verbose when reinstalling
This commit is contained in:
parent
2b8831784a
commit
30be791312
1 changed files with 2 additions and 2 deletions
|
@ -24,6 +24,6 @@
|
|||
dir=${0%/*}
|
||||
|
||||
${dir}/gen-version;
|
||||
pip uninstall -y uncloud
|
||||
python setup.py install
|
||||
pip uninstall -y uncloud >/dev/null
|
||||
python setup.py install >/dev/null
|
||||
${dir}/uncloud "$@"
|
||||
|
|
Loading…
Reference in a new issue