aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
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