From ca416db1787a27c75553b7290572565d41bc8a3b Mon Sep 17 00:00:00 2001 From: dur3x Date: Sat, 12 May 2018 11:03:23 +0200 Subject: [PATCH] Update debian9-x86_64.sh Ensure that the default kernel is well the Debian one Fix issue https://github.com/Ysurac/openmptcprouter-vps/issues/3 --- debian9-x86_64.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index ed23d5d..cc1a31e 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -27,6 +27,9 @@ wget -O /tmp/linux-headers-4.14.24-mptcp-64056fa.amd64.deb http://www.openmptcpr #apt-get -y install linux-mptcp dpkg -i /tmp/linux-image-4.14.24-mptcp-64056fa.amd64.deb dpkg -i /tmp/linux-headers-4.14.24-mptcp-64056fa.amd64.deb +# Ensure that the default kernel is well the Debian one +sed -i 's#GRUB_DEFAULT=.*#GRUB_DEFAULT="Debian GNU/Linux"#g' /etc/default/grub +update-grub #apt -t stretch-backports -y install shadowsocks-libev ## Compile Shadowsocks