Skip to content
This repository has been archived by the owner. It is now read-only.

[Suggest] Add an easy LinuxMint Debian Edition support. #3

Closed
MickaelMP opened this issue May 30, 2011 · 5 comments
Closed

[Suggest] Add an easy LinuxMint Debian Edition support. #3

MickaelMP opened this issue May 30, 2011 · 5 comments

Comments

@MickaelMP
Copy link

@MickaelMP MickaelMP commented May 30, 2011

Into install.sh

You can change install.sh as following to support LMDE.

  • if [ lsb_release -i -s = Debian ]; then
  • if [ lsb_release -i -s = Debian ] || [ lsb_release -i -s = LinuxMint ]; then

Ho, and your debumblebee.sudoers is mode 644 and should be set at 440, i guess.

By the way sorry for the mess I made within your github :/

M.

@z0rc
Copy link
Owner

@z0rc z0rc commented May 30, 2011

AFAIK this check will be true both with Ubuntu and Debian based Mint. Could you narrow this check to strict Mint Debian based version?

@MickaelMP
Copy link
Author

@MickaelMP MickaelMP commented May 30, 2011

My mistake ... i didn't realize about the ubuntu version 'cause i've never used it .

Anyway, [ lsb_release -c -s = debian ] should works for LMDE and debian.

@z0rc
Copy link
Owner

@z0rc z0rc commented May 30, 2011

"lsb_release -c -s" returns current working tree (stable, testing, sid) on Debian. What exactly it returns on Mint? Just "debian"?

@MickaelMP
Copy link
Author

@MickaelMP MickaelMP commented May 30, 2011

yes, just debian...
I'll install Debian into a virtual machine but cdimage.debian.org seems to be down for me right now... :/

Here is the "lsb_release -a" output:
Distributor ID: LinuxMint
Description: Linux Mint Debian Edition
Release: 1
Codename: debian

@z0rc
Copy link
Owner

@z0rc z0rc commented May 30, 2011

Thanks, this is fine, I'll update installer script soon.

@z0rc z0rc closed this in 925c2df May 30, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants