Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vtpm: Fix installation of tpm2-tools package using apt-get
apt-get needs to update its package index files before installing tpm2-tools as it might try to install outdated dependencies. This patch fixes this issue by first running 'apt-get update' before 'apt-get install'. Signed-off-by: Thierry Escande <[email protected]>
- Loading branch information