nicinabox / boxcar

An admin interface for unRAID. Built with Sinatra and Bootstrap.
http://boxcar.nicinabox.com/
MIT License
10 stars 0 forks source link

Install issue #14

Open Super1337Boy opened 10 years ago

Super1337Boy commented 10 years ago

I get this when i run the install command:

root@Unraid:~# bash <(curl -s http://boxcar.nicinabox.com/install) Hi! You're about to install Boxcar for unRAID. We'll get you setup with a new web interface and command line tool. Cool? [y/N] y Fetching dependencies... => Using glibc (2.11.1) => Using ncurses (5.9) => Using libmpc (0.8.2) => Using libelf (0.8.13) => Using mpfr (3.0.1) => Illformed requirement ["2.6.37.6_smp"] => Try trolley install kernel-headers latest to install the latest => Using gcc (4.5.2) => dependency name must be a String, was nil => Try trolley install gcc-g++ latest to install the latest => Using binutils (2.21.51.0.6) => Using make (3.82) => Using automake (1.11.1) => Using openssl (1.0.1c) => Using infozip (6.0) => Using sqlite (3.7.5) => Using libyaml (0.1.4) => Illformed requirement ["1.9.3_p194"] => Try trolley install ruby latest to install the latest => Using ca-certificates (20130906) Installing ruby-1.9.3_p448-i486-1_slack14.0.txz root@Unraid:~#

Let me know if you have any ideas. I'm on unRAID 5.0.5

nicinabox commented 10 years ago

Ah yes, this is related to trolley actually. I need to add a peerDependencies bit so breaking changes in new trolley releases won't break other stuff. Sorry about that.