Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Use the gem installation method for Raspbian
Browse files Browse the repository at this point in the history
Raspberry Pi has ARM architecture, which is not supported by the Omnibus
Installer. But the gems should be installable for all current and future
versions, so we don't need to check the version number.
  • Loading branch information
tmatilai committed Oct 19, 2013
1 parent 7ac4d1b commit cf64c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/knife-solo/bootstraps/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def distro
{:type => (x86? ? "debianoid_omnibus" : "debianoid_gem")}
when %r{Debian}
{:type => "debianoid_gem"}
when %r{Raspbian GNU/Linux [67]}
{:type => "debianoid_omnibus"}
when %r{Raspbian}
{:type => "debianoid_gem"}
when %r{Ubuntu}i
{:type => (x86? ? "debianoid_omnibus" : "debianoid_gem")}
when %r{Linaro}
Expand Down

0 comments on commit cf64c79

Please sign in to comment.