Sha256: 31b9b8c7ed15a176c6192eb974e50278b871953e250f6859d146f05d2b4662ba
Contents?: true
Size: 206 Bytes
Versions: 10
Compression:
Stored size: 206 Bytes
Contents
module Invoker module Power module Distro class Opensuse < Base def install_required_software system("zypper install -l dnsmasq socat") end end end end end
Version data entries
10 entries across 10 versions & 3 rubygems