mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Changes needed to work on AWS EC2 with Ubuntu
This commit is contained in:
parent
ec22ebbf04
commit
11eb98aa91
1 changed files with 2 additions and 0 deletions
|
@ -207,8 +207,10 @@ if [ "$LOCALFILES" = "no" ]; then
|
||||||
else
|
else
|
||||||
cd ${DIR}
|
cd ${DIR}
|
||||||
fi
|
fi
|
||||||
|
rm -f /etc/grub.d/30_os-prober
|
||||||
bash update-grub.sh ${KERNEL_VERSION}-mptcp
|
bash update-grub.sh ${KERNEL_VERSION}-mptcp
|
||||||
bash update-grub.sh ${KERNEL_RELEASE}
|
bash update-grub.sh ${KERNEL_RELEASE}
|
||||||
|
sed -i 's/default="1>0"/default="0"/' /boot/grub/grub.cfg 2>&1 >/dev/null
|
||||||
|
|
||||||
echo "Install tracebox OpenMPTCProuter edition"
|
echo "Install tracebox OpenMPTCProuter edition"
|
||||||
apt-get -y -o Dpkg::Options::="--force-overwrite" install tracebox
|
apt-get -y -o Dpkg::Options::="--force-overwrite" install tracebox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue