Add sudo for sd-copy
This commit is contained in:
@@ -15,4 +15,4 @@ DST="$1"
|
||||
shift
|
||||
|
||||
echo "dd if=$SRC of=$DST bs=32MiB status=progress conv=fsync $*"
|
||||
dd if="$SRC" of="$DST" bs=32MiB status=progress conv=fsync "$@"
|
||||
sudo dd if="$SRC" of="$DST" bs=32MiB status=progress conv=fsync "$@"
|
||||
|
||||
Reference in New Issue
Block a user