Hacker News new | ask | show | jobs
by fennecfoxen 4838 days ago
One way to work around that is to host an internal apt/yum/etc repository and put whatever you need into a package there.
1 comments

A nice way to build apt repositories is to use fpm. https://github.com/jordansissel/fpm

Although for just installing rails, using rubygems is the way to go, IMHO.