diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-16 10:59:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-16 10:59:39 -0300 |
commit | 39320c65b0e4d1ec8f74f0bb0231e92de023327a (patch) | |
tree | b5e1f7d13e1353181d7faa3d43c5c2383876f696 /provision/desktop-basic | |
parent | 2deba00490f743b9c4b55219ebed7b90550d0900 (diff) | |
download | kvmx-39320c65b0e4d1ec8f74f0bb0231e92de023327a.tar.gz kvmx-39320c65b0e4d1ec8f74f0bb0231e92de023327a.tar.bz2 |
Provision: more fixes
Diffstat (limited to 'provision/desktop-basic')
-rwxr-xr-x | provision/desktop-basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provision/desktop-basic b/provision/desktop-basic index cb68e44..6dacd4f 100755 --- a/provision/desktop-basic +++ b/provision/desktop-basic @@ -38,7 +38,7 @@ $APT_INSTALL git if [ ! -e "apps" ]; then git clone --recursive https://git.fluxo.info/rhatto/apps else - ( cd apps && git pull && git submodule update --init ) + ( cd apps &> /dev/null && git pull && git submodule update --init ) fi apps/inception init |