From: Evan Broder Date: Sun, 30 May 2010 04:01:27 +0000 (-0400) Subject: Both the XVM and Debathena archive keyrings have changed. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/install-invirt.git/commitdiff_plain/fd2178d8af43bbdf4770251b8b736310f91d001a Both the XVM and Debathena archive keyrings have changed. svn path=/trunk/scripts/install-invirt/; revision=3013 --- diff --git a/install-invirt.sh b/install-invirt.sh index cdecfe4..a304001 100755 --- a/install-invirt.sh +++ b/install-invirt.sh @@ -48,8 +48,8 @@ done output "Downloading archive keys..." ( - echo http://debathena.mit.edu/apt/debathena-archive.asc a96663dcee0f303afcadca3105eae6bf7c7e698a - echo http://xvm.mit.edu/invirt/invirt-archive.asc fc5d50e7507a871b45dde55a77448edb0e22c184 + echo http://debathena.mit.edu/apt/debathena-archive.asc 503f95f71077c03947797932d3a1c424be0eced7 + echo http://xvm.mit.edu/invirt/invirt-archive.asc a7ca522933fa3e4661b4ee6c18044e9740b1567c ) | while read uri sha1; do f=$(mktemp archive.asc.XXXX) wget -O $f $uri