mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
insert arch=amd64
the script without these changes fails to retrieve the MPTCP kernel as only amd64 is now supported
This commit is contained in:
parent
33fa9f4f26
commit
310b9403f1
1 changed files with 2 additions and 2 deletions
|
@ -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 <<EOF | tee /etc/apt/preferences.d/openmptcprouter.pref
|
||||
Explanation: Prefer OpenMPTCProuter provided packages over the Debian native ones
|
||||
Package: *
|
||||
|
@ -31,7 +31,7 @@ Pin: origin repo.openmptcprouter.com
|
|||
Pin-Priority: 1001
|
||||
EOF
|
||||
|
||||
echo 'deb http://deb.debian.org/debian stretch-backports main' > /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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue