diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh index 4463579..5efc800 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,6 @@ else git add -f hardware-configuration.nix nixos-install --root "${1}" --flake ".#${2}" git rm --cached hardware-configuration.nix - cp . "${1}/Rory-Open-Architecture" -rv + cp . "${1}/Rory-Open-Architecture" -r exit fi |