aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2021-12-13 15:25:51 -0600
committerBrijesh Singh <brijesh.singh@amd.com>2021-12-13 15:25:51 -0600
commit00ee36df4cfa13b85136d91d7778c42bbe49167e (patch)
tree70ceec64cf7d856f78e179604b37b64a519af00e /install.sh
parentf23f201ecb91420c2410b2397b3d844e9315982c (diff)
downloadcachepc-amdsev-00ee36df4cfa13b85136d91d7778c42bbe49167e.tar.gz
cachepc-amdsev-00ee36df4cfa13b85136d91d7778c42bbe49167e.zip
update to use newer commits
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index c73911b..24a4eb0 100755
--- a/install.sh
+++ b/install.sh
@@ -10,7 +10,7 @@ else
fi
if [ "$ID_LIKE" = "debian" ]; then
- dpkg -i linux/linux-image-*.deb
+ dpkg -i linux/host/linux-image-*.deb
else
rpm -ivh linux/kernel-*.rpm
fi
@@ -18,5 +18,5 @@ fi
cp kvm.conf /etc/modprobe.d/
echo
-echo "Reboot the host and select the SNP kernel"
+echo "Reboot the host and select the SNP Host kernel"
echo