You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
@(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 python38"; pkg install -q -y python38)