diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-15 10:39:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-15 10:39:11 -0300 |
commit | 438ac80516f0266a6b82c35dd8886e18542ba98b (patch) | |
tree | 029f9439f154c009c24bac55e9163bcf73e5a33f | |
parent | 3510a53625674422c06797a344f9e616dd7199ed (diff) | |
download | apps-438ac80516f0266a6b82c35dd8886e18542ba98b.tar.gz apps-438ac80516f0266a6b82c35dd8886e18542ba98b.tar.bz2 |
Updates kvmx
-rwxr-xr-x | inception | 5 | ||||
m--------- | kvmx | 0 |
2 files changed, 4 insertions, 1 deletions
@@ -49,7 +49,10 @@ elif [ "$1" == "load" ]; then if [ "$BUNDLE" == "--all" ]; then echo "Loading all dotfiles..." ./metadot/metadot load --all - ./metadot/metadot deps --all + + if [ "$DEPENDENCIES" == "--deps" ]; then + ./metadot/metadot deps --all + fi elif [ -z "$BUNDLE" ]; then echo "Loading $BUNDLE dotfiles..." ./metadot/metadot load-bundle $BUNDLE diff --git a/kvmx b/kvmx -Subproject adf15b1ae5be370f1c8842bdef8750276498a86 +Subproject 68ca1f745aa3800e070f2b67a6c920f40bf8a7c |