Sha256: 984bded47a128e09dafc13ab6c662e0b847eea1530a5ede7f0312dbfd5510234
Contents?: true
Size: 404 Bytes
Versions: 42
Compression:
Stored size: 404 Bytes
Contents
module VagrantPlugins module GuestArch module Cap class SMB def self.smb_install(machine) comm = machine.communicate if !comm.test("test -f /usr/bin/mount.cifs") comm.sudo <<-EOH.gsub(/^ {14}/, '') pacman -Sy --noconfirm pacman -S --noconfirm cifs-utils EOH end end end end end end
Version data entries
42 entries across 38 versions & 4 rubygems