aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-12 11:15:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-12 11:15:45 -0300
commit91fc3d4f95239ede809bf5ccdcd49c1a7789434d (patch)
treee0d886f26a40c4047dd59d051ca932cf61a05810 /inception
parent5e742ff6cdf19f6fdaf0e2119367864120ab8b7b (diff)
downloadapps-91fc3d4f95239ede809bf5ccdcd49c1a7789434d.tar.gz
apps-91fc3d4f95239ede809bf5ccdcd49c1a7789434d.tar.bz2
Inception: dotfiles update
Diffstat (limited to 'inception')
-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..."