diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2021-12-13 15:25:51 -0600 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2021-12-13 15:25:51 -0600 |
| commit | 00ee36df4cfa13b85136d91d7778c42bbe49167e (patch) | |
| tree | 70ceec64cf7d856f78e179604b37b64a519af00e /install.sh | |
| parent | f23f201ecb91420c2410b2397b3d844e9315982c (diff) | |
| download | cachepc-amdsev-00ee36df4cfa13b85136d91d7778c42bbe49167e.tar.gz cachepc-amdsev-00ee36df4cfa13b85136d91d7778c42bbe49167e.zip | |
update to use newer commits
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
