update install_freebsd_10_stable to use FreeBSD repo

This commit is contained in:
Lorenzo Perone 2017-04-21 10:46:03 +02:00
parent 2d5fb4a58d
commit 29cfc366ba

View file

@ -4960,7 +4960,7 @@ install_freebsd_9_stable() {
}
install_freebsd_10_stable() {
install_freebsd_9_stable
/usr/local/sbin/pkg install ${FROM_FREEBSD} -y sysutils/py-salt || return 1
}
install_freebsd_11_stable() {