Browse Source

bump to 12-1 RELEASE

David Marec 5 years ago
parent
commit
f57505870b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zfsinstall.sh

+ 1 - 1
zfsinstall.sh

@@ -107,7 +107,7 @@ echo =======================================
 
 
 for I in base.txz kernel.txz lib32.txz; do
-	fetch http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.0-BETA3/${I}
+	fetch http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.1-RELEASE/${I}
 	tar --unlink -pJxf ${I} -C ${DESTDIR}
 done