From 8c08f36ccf2ca4e4479ca1fb847d29e3fadee2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 12 Sep 2018 20:21:58 +0200 Subject: [PATCH] Removed debug print of sha1 of the .nar and key --- to-be-run-in-vm.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/to-be-run-in-vm.sh b/to-be-run-in-vm.sh index 3da6aa7..9cb5dd2 100644 --- 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