jfrux / cfenv

Groom your app's CFML development environments.
Other
15 stars 2 forks source link

cfenv is not installing on Ubuntu 12.10 x64 #19

Open JasPanesar opened 10 years ago

JasPanesar commented 10 years ago

Great project!

Running the installation command on cfenv on ubuntu 12.10 x64 is failing. Downloaded the script manually, chmod +x it, and it still gave the same error.

root@rdp:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:    12.10
Codename:   quantal
root@rdp:~# bash <(curl -s http://get.cfenv.co/scripts/install.sh)
/dev/fd/63: line 112: linux: unbound variable
jfrux commented 10 years ago

Jas,

Yep, this install script doesn’t work with Ubuntu currently. Unfortunately the git clone method or simply download the repo and putting it in a folder will be your best bet.

Let me know if you have any trouble.

Joshua F. Rountree On Dec 12, 2013, at 10:44 AM, Jas Panesar notifications@github.com wrote:

Running the installation command on cfenv on ubuntu 12.10 x64 is failing. Downloaded the script manually, chmod +x it, and it still gave the same error.

root@rdp:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.10 Release: 12.10 Codename: quantal root@rdp:~# bash <(curl -s http://get.cfenv.co/scripts/install.sh) /dev/fd/63: line 112: linux: unbound variable — Reply to this email directly or view it on GitHub.

JasPanesar commented 10 years ago

Sounds good, thanks for the quick reply. I'll try out the git clone install.