postmodern / chruby

Changes the current Ruby
MIT License
2.85k stars 190 forks source link

Can we get chruby on apt? #396

Open rlue opened 6 years ago

rlue commented 6 years ago

It'd be nice for us debian/ubuntu users.

FranklinYu commented 6 years ago

For Ubuntu we can create and maintain a Personal Package Archive (PPA). Not sure for Debian.

rlue commented 6 years ago

I don't know the extent of any compatibility issues for Ubuntu PPAs on Debian, but I can say that I use a desktop icon theme installed on Debian via an Ubuntu PPA.

From the project's README:

Debian users also can install Papirus from our PPA, but the commands will differ:

sudo sh -c "echo 'deb http://ppa.launchpad.net/papirus/papirus/ubuntu xenial main' > /etc/apt/sources.list.d/papirus-ppa.list"

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E58A9D36647CAE7F
sudo apt-get update
sudo apt-get install papirus-icon-theme

Not sure if this will work for chruby; I've already switched to rbenv, so ¯\(ツ)

(though if someone could try this out and then add it to the README if it works, that'd be real nice.)