Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vtpm: Fix installation of tpm2-tools package using apt-get #183

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

tescande
Copy link
Contributor

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'.

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 <thierry.escande@vates.tech>
@tescande tescande self-assigned this Dec 12, 2023
Copy link
Member

@stormi stormi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% for embedding two commands in the same SSH with &&, but strong opposition either.

Copy link
Contributor

@gduperrey gduperrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Runs fine :)

@stormi stormi merged commit 71dcf15 into master Dec 12, 2023
4 checks passed
@stormi stormi deleted the fix/vtpm branch December 12, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants