Change to use pkgng
Old pkg_* is now EOL: https://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-February/000077.html
This commit is contained in:
parent
e2a52144d6
commit
b3dd933afd
|
@ -8,10 +8,7 @@ module VagrantPlugins
|
||||||
version = result.split('.')[0].to_i if type == :stdout
|
version = result.split('.')[0].to_i if type == :stdout
|
||||||
end
|
end
|
||||||
|
|
||||||
pkg_cmd = "pkg_add -r"
|
|
||||||
if version && version >= 10
|
|
||||||
pkg_cmd = "pkg install -y"
|
pkg_cmd = "pkg install -y"
|
||||||
end
|
|
||||||
|
|
||||||
machine.communicate.sudo("#{pkg_cmd} rsync")
|
machine.communicate.sudo("#{pkg_cmd} rsync")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue