From 95be645560daaa45eac4f971032e8fc70a68c5ef Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 14 May 2018 20:28:34 +0000 Subject: [PATCH] redirect to null rename, because we don't care about errors here --- 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 5fe0666..5f5da60 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -27,7 +27,7 @@ wget -O /tmp/linux-headers-4.14.24-mptcp-64056fa.amd64.deb http://www.openmptcpr # Rename bzImage to vmlinuz, needed when custom kernel was used cd /boot apt-get install rename -rename 's/^bzImage/vmlinuz/s' * +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 dpkg -i /tmp/linux-headers-4.14.24-mptcp-64056fa.amd64.deb