@(pkg -vv | grep -e "url.*/latest") > /dev/null 2>&1||(echo"It is advised pkg url is using \"latest\" instead of \"quarterly\" in /etc/pkg/FreeBSD.conf.";)
@test -s ${PYTHON}||(echo"Python binary ${PYTHON} not found, iocage will install python37"; pkg install -q -y python37)