sous-chefs/atom

Does not install on Ubuntu?

Closed this issue · 5 comments

Do I get it right that for Ubuntu / Debian only the PPA repo is added, but atom is not actually being installed?

Because right now I'm doing this:

# sets up ppa launchpad repo
include_recipe "atom"

# install atom
package "atom" do
  action :install
end

# install plugins
atom_apm "minimap"

Just wondering because the README says "installs / configures atom.io" and for windows it looks like it's actually being installed at version node[:atom][:version]...

I'm not sure how this works either, even the 0.2 release.

With the 0.20. 0 release it should install Atom on Ubuntu. Is that broken for you?

I guess I'm not sure how to use it to install just atom.
In the READ.ME, there is an example of how to install apm packages into atom in your recipe file,
but what type to instal just the IDE alone like the default section mentions?

atom 'default' do
  action :install
end

this?

include_recipe 'atom'

should do the trick

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.