1 diff -Naur source/bin/install source-new/bin/install
2 --- source/bin/install 1969-12-31 21:00:01.000000000 -0300
3 +++ source-new/bin/install 2023-11-23 12:48:55.695330320 -0300
5 command cp -r "$OFFLINE_PATH" "$OMF_PATH"
6 or abort "Failed to copy source!"
8 + chmod -R u+w "$OMF_PATH"
10 # Set up Git remotes only if the offline install is a Git repository.
11 test -d "$OMF_PATH/.git"