From db053d8e7770a9e1e4aa271b3f122b946ea41953 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 17 Feb 2019 20:58:47 +0100 Subject: [PATCH] Removing the -V option for cpio in bootstrap.sh because macOS doesn't support it. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 7b1b7ae..d0ec908 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -54,7 +54,7 @@ df_update () { df_deploy () { # poor man's rsync TARGET=`realpath ~` - df_list | cpio -pdmBuV --quiet $TARGET + df_list | cpio -pdmBu --quiet $TARGET } # List files that will be copied