1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

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
This commit is contained in:
dur3x 2018-05-12 11:03:23 +02:00 committed by GitHub
parent 0fb677726a
commit ca416db178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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