Message ID | 20230125201033.24145-1-ebiggers@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [ima-evm-utils] tests: use new git repo URL for fsverity-utils | expand |
diff --git a/tests/install-fsverity.sh b/tests/install-fsverity.sh index 418fc42..051075f 100755 --- a/tests/install-fsverity.sh +++ b/tests/install-fsverity.sh @@ -1,6 +1,6 @@ #!/bin/sh -git clone https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git +git clone https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git cd fsverity-utils CC=gcc make -j$(nproc) && sudo make install cd ..