Unable to install frappe in Mint ---- rafaela distribution

Please find the error below.

akhil@Hard-Rock ~/frappe $ sudo bash setup_frappe.sh
[sudo] password for akhil:
Installing for LinuxMint rafaela amd64
In case you encounter an error, you can post on https://discuss.frappe.io

Unsupported Distribution

@akhil_teja Welcome to the forum!

If you have shell script expertise, you should start debugging this file: https://github.com/frappe/bench/blob/master/install_scripts/setup_frappe.sh

Else, this is going to be a lot of back and forth. Can you paste the output of:

  1. uname -m
  2. cat /etc/lsb-release

-Anand.

Hi Anand,

I’m getting the identical error message for linux mint rafaela.
Here are the details:

 1. uname -m
    x86_64

 2. cat/etc/lsb-release
    DISTRIB_ID=LinuxMint
    DISTRIB_RELEASE=17.2
    DISTRIB_CODENAME=rafaela
    DISTRIB_DESCRIPTION="Linux Mint 17.2 Rafaela"

Could you kindly provide any directions to modify/debug the setup_frappe.sh file?

Thanks,
Anant

Anand thanks for your concern and reply.

I have been tinkering with the script file but every thing goes in vain. If I can have the patch it will be very greatful.

Anand Please find the output

akhil@Hard-Rock ~ $ uname -m && cat /etc/lsb-release
x86_64
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=17.2
DISTRIB_CODENAME=rafaela
DISTRIB_DESCRIPTION=“Linux Mint 17.2 Rafaela”

Try manual install, its not so hard.