X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=setup;fp=setup;h=5897f56f69b6906e6545c7196a16c7db1fef7899;hb=7f7ce3ccf4269622c5e40556ef8b3b1e9b07ab47;hp=7ce3624fb7aee0f9be68f6c146897c682f002868;hpb=9d651c1e48698ebd746a182d059291e76989601a;p=log-quiet diff --git a/setup b/setup index 7ce3624..5897f56 100755 --- a/setup +++ b/setup @@ -65,8 +65,8 @@ if $uninstall; then fi else if $dry; then - echo "setup dry run: install -v ${files[*]} /usr/local/bin" + echo "setup dry run: install ${files[*]} /usr/local/bin" else - install -v ${files[@]} /usr/local/bin + install ${files[@]} /usr/local/bin fi fi