add dpkg detection to macOS#2299
Closed
evrett-k wants to merge 1 commit intofastfetch-cli:devfrom
Closed
Conversation
Member
|
What is Procursus bootstrap and why is it useful/important to macOS users? |
Author
Procursus is a bootstrap typically used to install dpkg/apt on rootless jailbroken iOS and other related OSes (ex. tvOS). There is a more unknown version of this meant for Big Sur but it runs on the latest version of macOS. For your second statement it is mostly just a gimmick and has no real use as most of the binaries from most repos need to be recompiled for Mach-O |
Member
Then I don't think I want to accept this PR. |
Author
|
Alrighty then |
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.
Summary
Add dpkg package detection for macOS via Procursus bootstrap.
Related issue
Closes #
Changes
src/detection/packages/packages_apple.c: AddedgetDpkgPackages()to detect Procursus dpkg packagesChecklist