Merge pull request #1053 from bytesatwork-xx/develop

update install_freebsd_10_stable to use FreeBSD repo
This commit is contained in:
Nicole Thomas 2017-04-24 08:57:01 -06:00 committed by GitHub
commit 80ef1b0bba

View file

@ -5066,7 +5066,9 @@ install_freebsd_9_stable() {
}
install_freebsd_10_stable() {
install_freebsd_9_stable
# shellcheck disable=SC2086
/usr/local/sbin/pkg install ${FROM_FREEBSD} -y sysutils/py-salt || return 1
return 0
}
install_freebsd_11_stable() {