aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-15 10:39:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-15 10:39:11 -0300
commit438ac80516f0266a6b82c35dd8886e18542ba98b (patch)
tree029f9439f154c009c24bac55e9163bcf73e5a33f /inception
parent3510a53625674422c06797a344f9e616dd7199ed (diff)
downloadapps-438ac80516f0266a6b82c35dd8886e18542ba98b.tar.gz
apps-438ac80516f0266a6b82c35dd8886e18542ba98b.tar.bz2
Updates kvmx
Diffstat (limited to 'inception')
-rwxr-xr-xinception5
1 files changed, 4 insertions, 1 deletions
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