quiet wget in install step

This commit is contained in:
Andrejus
2020-02-26 15:36:22 +00:00
parent 7fb6cc0a73
commit 104766a18e

View File

@@ -6,7 +6,7 @@ Tested on and compatible with:
## Install
wget -O - https://raw.githubusercontent.com/andrejusk/dotfiles/master/bootstrap.sh | bash
wget -qO - https://raw.githubusercontent.com/andrejusk/dotfiles/master/bootstrap.sh | bash
_Running the above without reading through repository is strongly discouraged._