diff options
-rwxr-xr-x | inception | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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..." |