commit 8c08f36ccf2ca4e4479ca1fb847d29e3fadee2fa
parent 96aad98737aa86698f406139d1872917e017546f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Wed, 12 Sep 2018 20:21:58 +0200
Removed debug print of sha1 of the .nar and key
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/to-be-run-in-vm.sh b/to-be-run-in-vm.sh
@@ -11,8 +11,6 @@ echo
{ read len_script; read len_tar; } < /dev/sdb
pwd
head -c "$len_tar" /dev/sdd | tar -xf -
-sha1sum hello.nar
-sha1sum signing-key.pub
guix archive --authorize < signing-key.pub
guix archive --import < hello.nar