Skip to content

Commit

Permalink
Revert "Fix Release Packages not found on archive.ubuntu "
Browse files Browse the repository at this point in the history
This reverts commit f07a095.
  • Loading branch information
patricklodder committed May 9, 2022
1 parent 8af9efb commit 3b2334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-base-vm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fi
MIRROR_BASE=http://${MIRROR_HOST:-$MIRROR_DEFAULT}:3142

if [ $DISTRO = "ubuntu" ]; then
MIRROR=$MIRROR_BASE/old-releases.ubuntu.com/ubuntu
MIRROR=$MIRROR_BASE/archive.ubuntu.com/ubuntu
SECURITY_MIRROR=$MIRROR_BASE/security.ubuntu.com/ubuntu
components=main,universe
elif [ $DISTRO = "debian" ]; then
Expand Down

0 comments on commit 3b2334b

Please sign in to comment.