Patch copyApplications
parent
2013d5daf6
commit
fdf4159695
|
@ -11,7 +11,7 @@
|
|||
baseDir="$HOME/Applications/Home Manager Apps"
|
||||
rsyncArgs="--archive --checksum --chmod=-w --copy-unsafe-links --delete"
|
||||
$DRY_RUN_CMD mkdir -p "$baseDir"
|
||||
$DRY_RUN_CMD ${pkgs.rsync}/bin/rsync ''${VERBOSE_ARG:+-v} $rsyncArgs "$appsSrc" "$baseDir"
|
||||
$DRY_RUN_CMD sudo ${pkgs.rsync}/bin/rsync ''${VERBOSE_ARG:+-v} $rsyncArgs "$appsSrc" "$baseDir"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue