From 2b47fe6f961044f41a6427ea65ab2ce8da0115e9 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Thu, 14 May 2020 07:46:07 -0500 Subject: Multiple fixes 1) SEV-SNP spec says the BIT17 must be 1 in the policy 2) Source the /etc/os-release to get the distro information --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 0d30a65..216c741 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/bin/bash +. /etc/os-release + # This will install all the dependent packages for qemu and ovmf to run if [ "$ID_LIKE" = "debian" ]; then apt-get -y install qemu ovmf -- cgit v1.2.3-71-gd317