Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS installations might have "apt" as "annotation processing tool"… #1955

Merged
merged 1 commit into from
May 15, 2024

Conversation

thorleifjacobsen
Copy link
Contributor

Fixes so it checks for apt-get on ubuntu installations. Less chance of collision with other tools named "apt".

Describe your changes

Changed so it checks for command -v apt-get which is commands they use for APT instead of command -v apt which is also a part of java tools apt (1) - annotation processing tool

This makes some linux version think it is APT when it might not is.

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

@CLAassistant
Copy link

CLAassistant commented May 10, 2024

CLA assistant check
All committers have signed the CLA.

@mlsmaycon mlsmaycon merged commit 10fbdc2 into netbirdio:main May 15, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants