# File lib/knife-solo/bootstraps/sun_os.rb, line 3
    def bootstrap!
      stream_command "sudo pkg install network/rsync web/ca-bundle"
      stream_command "sudo bash -c 'echo ca_certificate=/etc/cacert.pem >> /etc/wgetrc'"
      omnibus_install
    end