-
Notifications
You must be signed in to change notification settings - Fork 193
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
Linux Mint Support #434
Linux Mint Support #434
Conversation
CLA signed by all contributors. |
"Linuxmint"|"LinuxMint") | ||
info "Mint platform! Lets get you a DEB..." | ||
case $major_version in | ||
"3") deb_codename="stretch";; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not have a way to test this, is "3" what the $major_version will resolve to? What version of the facts
module are you using?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 is LMDE
18, 19 is LinuxMint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though we wont be adding automated tests for this platform, this seems like a very low risk addition. @luckyraul would you mind squashing the commits and adding a commit message that describes the change?
* Linux Mint Support * merge patterns * fix download_url
No description provided.