X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=setup;h=9044d45f6ac8d392e2a3c7c10b06f5e4a09c5009;hb=bc712f26afdccd6ecea609edc3705ae719c55b8d;hp=5897f56f69b6906e6545c7196a16c7db1fef7899;hpb=7f7ce3ccf4269622c5e40556ef8b3b1e9b07ab47;p=log-quiet diff --git a/setup b/setup index 5897f56..9044d45 100755 --- a/setup +++ b/setup @@ -67,6 +67,6 @@ else if $dry; then echo "setup dry run: install ${files[*]} /usr/local/bin" else - install ${files[@]} /usr/local/bin + install -C ${files[@]} /usr/local/bin fi fi