From 438ac80516f0266a6b82c35dd8886e18542ba98b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 15 Mar 2017 10:39:11 -0300 Subject: Updates kvmx --- inception | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'inception') diff --git a/inception b/inception index a24b0dc..eec30bf 100755 --- a/inception +++ b/inception @@ -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 -- cgit v1.2.3