From 2deba00490f743b9c4b55219ebed7b90550d0900 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Mar 2017 10:56:51 -0300 Subject: Provision: fix apps folder check --- provision/desktop-basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'provision') diff --git a/provision/desktop-basic b/provision/desktop-basic index 24c71af..cb68e44 100755 --- a/provision/desktop-basic +++ b/provision/desktop-basic @@ -35,7 +35,7 @@ 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 ) -- cgit v1.2.3