mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 14:22:31 +02:00
Remove install-tpm2-tss.sh
tpm2-software is being packaged in major distros nowadays. Signed-off-by: Petr Vorel <pvorel@suse.cz> Reviewed-by: Bruno Meneguele <bmeneg@redhat.com>(Fedora,CentOS 8(RHEL actually)) Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
60e1535438
commit
83e7925cbe
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
git clone https://github.com/tpm2-software/tpm2-tss.git
|
||||
cd tpm2-tss
|
||||
./bootstrap
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
sudo ldconfig
|
||||
cd ..
|
||||
rm -rf tpm2-tss
|
||||
|
||||
git clone https://github.com/tpm2-software/tpm2-tools.git
|
||||
cd tpm2-tools
|
||||
./bootstrap && ./configure --prefix=/usr
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd ..
|
||||
rm -rf tpm2-tools
|
Loading…
x
Reference in New Issue
Block a user