Sfoglia il codice sorgente

Bump to 12.2-RELEASE

David Marec 4 anni fa
parent
commit
3807375ff3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.1-RELEASE/${I}
+	fetch http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.2-RELEASE/${I}
 	tar --unlink -pJxf ${I} -C ${DESTDIR}
 done