Removing the -V option for cpio in bootstrap.sh because macOS doesn't support it.
This commit is contained in:
parent
70ac255066
commit
db053d8e77
@ -54,7 +54,7 @@ df_update () {
|
|||||||
df_deploy () {
|
df_deploy () {
|
||||||
# poor man's rsync
|
# poor man's rsync
|
||||||
TARGET=`realpath ~`
|
TARGET=`realpath ~`
|
||||||
df_list | cpio -pdmBuV --quiet $TARGET
|
df_list | cpio -pdmBu --quiet $TARGET
|
||||||
}
|
}
|
||||||
|
|
||||||
# List files that will be copied
|
# List files that will be copied
|
||||||
|
Loading…
Reference in New Issue
Block a user