This repository has been archived by the owner. It is now read-only.
[Suggest] Add an easy LinuxMint Debian Edition support. #3
Comments
|
AFAIK this check will be true both with Ubuntu and Debian based Mint. Could you narrow this check to strict Mint Debian based version? |
|
My mistake ... i didn't realize about the ubuntu version 'cause i've never used it . Anyway, [ |
|
"lsb_release -c -s" returns current working tree (stable, testing, sid) on Debian. What exactly it returns on Mint? Just "debian"? |
|
yes, just debian... Here is the "lsb_release -a" output: |
|
Thanks, this is fine, I'll update installer script soon. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Into install.sh
You can change install.sh as following to support LMDE.
lsb_release -i -s= Debian ]; thenlsb_release -i -s= Debian ] || [lsb_release -i -s= LinuxMint ]; thenHo, 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.
The text was updated successfully, but these errors were encountered: