diff --git a/bbr.sh b/bbr.sh index 63da890..032407d 100644 --- a/bbr.sh +++ b/bbr.sh @@ -132,7 +132,7 @@ install_config() { grub2-set-default 0 fi elif [[ "${release}" == "debian" || "${release}" == "ubuntu" ]]; then - update-grub + /usr/sbin/update-grub fi sed -i '/net.core.default_qdisc/d' /etc/sysctl.conf