diff options
Diffstat (limited to 'examples/cron/images.sh')
-rwxr-xr-x | examples/cron/images.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index 7a75c2fcf..2c821b7e9 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -41,8 +41,8 @@ do echo 'deb http://live.debian.net/debian/ ./' > config/chroot_sources/live-snapshots.chroot echo 'deb http://live.debian.net/debian/ ./' > config/chroot_sources/live-snapshots.boot - wget http://live.debian.net/debian/archive.gpg -O config/chroot_sources/live-snapshots.chroot.gpg - wget http://live.debian.net/debian/archive.gpg -O config/chroot_sources/live-snapshots.binary.gpg + wget http://live.debian.net/debian/archive-key.asc -O config/chroot_sources/live-snapshots.chroot.gpg + wget http://live.debian.net/debian/archive-key.asc -O config/chroot_sources/live-snapshots.binary.gpg fi |