aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-02 15:28:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-02 15:28:56 -0300
commita14dd0ac67d567a90846c37fc906de134ef79a8c (patch)
treef10d4fe2132b84773e8f1c4aaf6f0c6714facf80 /share
parentb5cc1fb5784c9491ac18677890ae2e41256398b7 (diff)
downloadkvmx-a14dd0ac67d567a90846c37fc906de134ef79a8c.tar.gz
kvmx-a14dd0ac67d567a90846c37fc906de134ef79a8c.tar.bz2
Provision: development: inception check
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/development3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/provision/development b/share/provision/development
index 4957b01..9153f64 100755
--- a/share/provision/development
+++ b/share/provision/development
@@ -33,7 +33,8 @@ 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/inception" ]; then
+ rm -rf apps
git clone --recursive https://git.fluxo.info/rhatto/apps
apps/inception init
else