diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-28 15:09:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-28 15:09:52 -0200 |
commit | 8bc653c274d07ffb264add0b79aaa8bc2176138f (patch) | |
tree | d7d2c947f6fd7fb562f42d6fd3f43c9badc7ac0e /inception | |
parent | e9f002d6fc723d22d9306d9caa50f549fde16d30 (diff) | |
download | apps-8bc653c274d07ffb264add0b79aaa8bc2176138f.tar.gz apps-8bc653c274d07ffb264add0b79aaa8bc2176138f.tar.bz2 |
Inception: dependency handling
Diffstat (limited to 'inception')
-rwxr-xr-x | inception | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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." |