diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 15:28:56 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 15:28:56 -0300 | 
| commit | a14dd0ac67d567a90846c37fc906de134ef79a8c (patch) | |
| tree | f10d4fe2132b84773e8f1c4aaf6f0c6714facf80 /share | |
| parent | b5cc1fb5784c9491ac18677890ae2e41256398b7 (diff) | |
| download | kvmx-a14dd0ac67d567a90846c37fc906de134ef79a8c.tar.gz kvmx-a14dd0ac67d567a90846c37fc906de134ef79a8c.tar.bz2 | |
Provision: development: inception check
Diffstat (limited to 'share')
| -rwxr-xr-x | share/provision/development | 3 | 
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 | 
