diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-24 22:49:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-24 22:49:41 -0300 |
commit | 453244d5a0f8e8847fa5de28e04906eaf88f9e1c (patch) | |
tree | 84fd4dbc9e5a14780d1c3955da5eed4f990ef42e /share | |
parent | d3e6a9790f077daf6503baf1d51ec9f8bc6d603a (diff) | |
download | kvmx-453244d5a0f8e8847fa5de28e04906eaf88f9e1c.tar.gz kvmx-453244d5a0f8e8847fa5de28e04906eaf88f9e1c.tar.bz2 |
Provision: development: inception and metadot update
Diffstat (limited to 'share')
-rwxr-xr-x | share/provision/development | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/provision/development b/share/provision/development index 32503c5..eaa77c3 100755 --- a/share/provision/development +++ b/share/provision/development @@ -35,12 +35,15 @@ $APT_INSTALL git # Tools if [ ! -e "apps" ]; then git clone --recursive https://git.fluxo.info/rhatto/apps + apps/inception init else - echo "Updating apps repository..." - ( cd apps &> /dev/null && git pull && git submodule update --init ) + echo "Updating locally-installed apps and dotfiles..." + apps/inception fetch + apps/inception merge + apps/metadot/metadot fetch + apps/metadot/metadot merge fi -apps/inception init apps/metadot/metadot load-bundle development apps/metadot/metadot deps-bundle development |