Skip to content

Commit

Permalink
INSTALL: update instructions
Browse files Browse the repository at this point in the history
That 01 org link has been broken for sometime, update it to sourceforge.

Signed-off-by: William Roberts <[email protected]>
  • Loading branch information
William Roberts authored and AndreasFuchsTPM committed Nov 17, 2022
1 parent 044ef84 commit 638a0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ cd tpm2-tools
make -j$(nproc)
sudo make install
wget https://download.01.org/tpm2/ibmtpm974.tar.gz
wget https://downloads.sourceforge.net/project/ibmswtpm2/ibmtpm1682.tar.gz
mkdir ibmtpm
tar axf ibmtpm974.tar.gz -C ibmtpm
tar axf ibmtpm1682.tar.gz -C ibmtpm
make -C ibmtpm/src -j$(nproc)
sudo cp ibmtpm/src/tpm_server /usr/local/bin
```
Expand Down

0 comments on commit 638a0e6

Please sign in to comment.