X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=setup;h=9044d45f6ac8d392e2a3c7c10b06f5e4a09c5009;hb=bc712f26afdccd6ecea609edc3705ae719c55b8d;hp=7ce3624fb7aee0f9be68f6c146897c682f002868;hpb=ea9d543d812b5ec13d4d3c6b424626f3afaaa5dc;p=log-quiet diff --git a/setup b/setup index 7ce3624..9044d45 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 -C ${files[@]} /usr/local/bin fi fi