From 310b9403f1454504149aa66723f809dd8f0dfc5b Mon Sep 17 00:00:00 2001 From: gnosoz <60622842+gnosoz@users.noreply.github.com> Date: Fri, 20 Mar 2020 09:38:26 +0100 Subject: [PATCH] insert arch=amd64 the script without these changes fails to retrieve the MPTCP kernel as only amd64 is now supported --- debian9-x86_64-bin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian9-x86_64-bin.sh b/debian9-x86_64-bin.sh index d6024c4..3b01cb9 100644 --- a/debian9-x86_64-bin.sh +++ b/debian9-x86_64-bin.sh @@ -23,7 +23,7 @@ fi apt-get update apt-get -y install apt-transport-https -echo 'deb https://repo.openmptcprouter.com stretch main' > /etc/apt/sources.list.d/openmptcprouter.list +echo 'deb [arch=amd64] https://repo.openmptcprouter.com stretch main' > /etc/apt/sources.list.d/openmptcprouter.list cat < /etc/apt/sources.list.d/stretch-backports.list +echo 'deb [arch=amd64] http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/stretch-backports.list wget -O - http://repo.openmptcprouter.com/openmptcprouter.gpg.key | apt-key add - apt-get update apt-get -y install dirmngr patch rename curl