fix: 修复多工具链环境下包管理器格式检测误判,优先基于发行版识别 - #8
Merged
Merged
Conversation
JipZeonGit
commented
Aug 31, 2026
Owner
- 重构 scripts/package.sh 的 detect_package_format(),优先读取 /etc/os-release 识别发行版(Fedora/RHEL → rpm,Debian/Ubuntu → deb, Arch → pacman),工具链探测降级为 fallback
- 重构 scripts/install-package.sh 的安装逻辑,新增 detect_install_format() 同样优先基于发行版判断,避免非 Debian 分支系统上安装了 dpkg 导致误用 deb 格式构建和打包
- 重构 scripts/package.sh 的 detect_package_format(),优先读取 /etc/os-release 识别发行版(Fedora/RHEL → rpm,Debian/Ubuntu → deb, Arch → pacman),工具链探测降级为 fallback - 重构 scripts/install-package.sh 的安装逻辑,新增 detect_install_format() 同样优先基于发行版判断,避免非 Debian 分支系统上安装了 dpkg 导致误用 deb 格式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.