mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
redirect to null rename, because we don't care about errors here
This commit is contained in:
parent
9b14d94a0f
commit
95be645560
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue