Sha256: 1cd3323c9fbdb005f7761152604aa0ae43f1f45afd07a39fe2ee053d88e9d892
Contents?: true
Size: 346 Bytes
Versions: 48
Compression:
Stored size: 346 Bytes
Contents
module VagrantPlugins module GuestArch module Cap class RSync def self.rsync_install(machine) comm = machine.communicate comm.sudo <<-EOH.gsub(/^ {12}/, '') pacman -Sy --noconfirm pacman -S --noconfirm rsync exit $? EOH end end end end end
Version data entries
48 entries across 44 versions & 5 rubygems