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
$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