cfenv icon indicating copy to clipboard operation
cfenv copied to clipboard

cfenv is not installing on Ubuntu 12.10 x64

Open JasPanesar opened this issue 10 years ago • 2 comments

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

JasPanesar avatar Dec 12 '13 15:12 JasPanesar

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 [email protected] 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.

jfrux avatar Dec 12 '13 15:12 jfrux

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

JasPanesar avatar Dec 12 '13 15:12 JasPanesar