aboutsummaryrefslogtreecommitdiff
path: root/provision/desktop-basic
diff options
context:
space:
mode:
Diffstat (limited to 'provision/desktop-basic')
-rwxr-xr-xprovision/desktop-basic2
1 files changed, 1 insertions, 1 deletions
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 )