From 69a3ada691c26cd281344d9c2b5fdf50fbe93d48 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 16 May 2018 05:16:47 +0000 Subject: [PATCH] Forget the y for apt-get... --- debian9-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 5f5da60..f4945c6 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -26,7 +26,7 @@ wget -O /tmp/linux-image-4.14.24-mptcp-64056fa.amd64.deb http://www.openmptcprou wget -O /tmp/linux-headers-4.14.24-mptcp-64056fa.amd64.deb http://www.openmptcprouter.com/kernel/linux-headers-4.14.24-mptcp-64056fa.amd64.deb # Rename bzImage to vmlinuz, needed when custom kernel was used cd /boot -apt-get install rename +apt-get -y install rename rename 's/^bzImage/vmlinuz/s' * >/dev/null 2>&1 #apt-get -y install linux-mptcp dpkg -i /tmp/linux-image-4.14.24-mptcp-64056fa.amd64.deb