1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2018-05-14 20:28:34 +00:00
parent 9b14d94a0f
commit 95be645560

View file

@ -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