Various changes/fixes, 3 new distro versions
This commit is contained in:
parent
a2f3692f3c
commit
2da67d585c
9 changed files with 58 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
. ./common.sh
|
||||
|
||||
|
|
@ -727,6 +727,14 @@ f9_2() {
|
|||
check_pkgdir 86 "$MIR/packages"
|
||||
}
|
||||
|
||||
f9_3() {
|
||||
MIR="http://ftp.dk.freebsd.org/pub/FreeBSD/releases/i386/9.2-RELEASE/"
|
||||
echo "============ $MIR"
|
||||
check_dist 86 "$MIR/base.txz" "core-base" "2013-09-27"
|
||||
check_dist 86 "$MIR/games.txz" "core-games" "2013-09-27"
|
||||
check_pkgdir 86 "$MIR/packages"
|
||||
}
|
||||
|
||||
|
||||
old() {
|
||||
f1_0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue