diff options
-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 |