1 因为 release 命名影响到 下载地址 例如 5.9.16-bbrplus-final-update-for-5.9 这种命名 直接导致下载地址和其他5.10等版本不统一,
2 还有 这个5.9的名字为什么是 -5.bbrplus.el7.x86_64.rpm 这种,而其他 例如5.10版本的都是 -1.bbrplus.el7.x86_64.rpm
3 还有 为什么centos 是 -5.bbrplus.el7.x86_64.rpm, debian 又是 -bbrplus_5_amd64.deb 这种 -5 一会在前 一会在后 , 建议把-5 这种去掉,
4 安装完成后 使用 uname -r 显示版本 建议也把 -5 这个去掉 直接 5.9.16-bbrplus 这样就最好了
5 还有其他版本的 debian 文件名 是不是写错了 5.4.109-bbrplus_5.4.109-bbrplus-1_amd64.deb 写了两遍
而5.9.16 文件名 却是写了一遍 linux-image-5.9.16-bbrplus_5_amd64.deb
这样给写脚本的必须单独处理 很麻烦