Sha256: ca4fb25ca1570f3183197ccc99980271c5d6d610c996c5304262363c0bba7304
Contents?: true
Size: 410 Bytes
Versions: 8
Compression:
Stored size: 410 Bytes
Contents
module Sprinkle module Installers # The pacman installer installs Pacman packages class Pacman < PackageInstaller ## # installs the Pacman packages passed # :method: pacman # :call-seq: pacman(*packages) auto_api protected def install_commands #:nodoc: "pacman -Sy #{@packages.join(' ')} --no-confirm --needed" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems