aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinception3
1 files changed, 3 insertions, 0 deletions
diff --git a/inception b/inception
index 184b983..4191b6d 100755
--- a/inception
+++ b/inception
@@ -18,6 +18,9 @@ if [ -z "$1" ] || [ "$1" == "init" ]; then
if [ ! -e "$HOME/.dotfiles" ]; then
echo "Cloning default dotfiles..."
./metadot/metadot clone default
+ else
+ echo "Updating dotfiles..."
+ ./metadot/metadot update
fi
echo "Checking latest tag..."