Skip to content

Commit dbdf89d

Browse files
committed
Use archive.debian.org for building boxes
Packages used in boxes have fall out of ftp.debian.org. Co-Authored-By: [email protected]
1 parent 54176d0 commit dbdf89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boxes/utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clean_box() {
1515
}
1616

1717
extract_deb() {
18-
repo="http://ftp.debian.org/debian/pool/main"
18+
repo="http://archive.debian.org/debian/pool/main"
1919
path="$1"
2020
dpkg=`basename "$path"`
2121

0 commit comments

Comments
 (0)