apr 19 update
This commit is contained in:
		@ -1,11 +1,11 @@
 | 
			
		||||
ZPOOL=""
 | 
			
		||||
SERVER=""
 | 
			
		||||
PYTHON?=/usr/local/bin/python3.7
 | 
			
		||||
PYTHON?=/usr/local/bin/python3.8
 | 
			
		||||
 | 
			
		||||
depends:
 | 
			
		||||
	@(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)
 | 
			
		||||
	pkg install -q -y py37-libzfs
 | 
			
		||||
	@test -s ${PYTHON} || (echo "Python binary ${PYTHON} not found, iocage will install python38"; pkg install -q -y python38)
 | 
			
		||||
	pkg install -q -y py38-libzfs
 | 
			
		||||
	${PYTHON} -m ensurepip
 | 
			
		||||
	${PYTHON} -m pip install -Ur requirements.txt
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user