]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: more fixes
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 13:59:39 +0000 (10:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 13:59:39 +0000 (10:59 -0300)
provision/desktop-basic
provision/development

index cb68e441a53cb4a55f2cbb0984e9f3c1e1b5244f..6dacd4fbc8ed1dad285858fcf29fe93d8342162b 100755 (executable)
@@ -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
index c72c4915a6d2a23dd7725a7d697828bb261eed28..ee02b92d7037067c2dd57735508f03a97dd2ce3e 100755 (executable)
@@ -32,10 +32,10 @@ sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y &&
 $APT_INSTALL git
 
 # Tools
-if [ ! -e "$apps" ]; then
+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