aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-28 15:09:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-28 15:09:52 -0200
commit8bc653c274d07ffb264add0b79aaa8bc2176138f (patch)
treed7d2c947f6fd7fb562f42d6fd3f43c9badc7ac0e /inception
parente9f002d6fc723d22d9306d9caa50f549fde16d30 (diff)
downloadapps-8bc653c274d07ffb264add0b79aaa8bc2176138f.tar.gz
apps-8bc653c274d07ffb264add0b79aaa8bc2176138f.tar.bz2
Inception: dependency handling
Diffstat (limited to 'inception')
-rwxr-xr-xinception1
1 files changed, 1 insertions, 0 deletions
diff --git a/inception b/inception
index 7d75e3d..b4beaf8 100755
--- a/inception
+++ b/inception
@@ -45,6 +45,7 @@ elif [ "$1" == "load" ]; then
echo "Loading all dotfiles..."
./metadot/metadot load --all
+ ./metadot/metadot deps --all
)
echo "Done. Logout and login again to apply all changes."