Make install.sh verbose

This commit is contained in:
Daniel Carrillo 2019-10-04 19:17:27 +02:00
parent 7b8ddd56dc
commit 94c6b416dd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function dotfiles()
--exclude "install.sh" \ --exclude "install.sh" \
--exclude "LICENSE" \ --exclude "LICENSE" \
--exclude "README.md" \ --exclude "README.md" \
-hla --no-perms . ~ -hlav --no-perms . ~
echo "" echo ""
} }