class Invoker::Power::Distro::Debian

Public Instance Methods

install_required_software() click to toggle source
# File lib/invoker/power/setup/distro/debian.rb, line 5
def install_required_software
  system("apt-get --assume-yes install dnsmasq socat")
end