X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tools%2Fnd-configurerepo;h=d8e3868f20dd4c7ea551d42e4e13d02f49541861;hb=58b66a815ed5e5d1e85fb854e416987d7e08da2e;hp=feed5d58c283693b498fddf0a3b8161bc8fd386d;hpb=7fc022c3b4b29b480d8af5cba89465f54c34e8d4;p=neurodebian.git diff --git a/tools/nd-configurerepo b/tools/nd-configurerepo index feed5d5..d8e3868 100755 --- a/tools/nd-configurerepo +++ b/tools/nd-configurerepo @@ -543,7 +543,7 @@ fi # # Figure out if key needs to be imported (if ran within package, -# should already be there due to neurodebian-keyring package) +# should already be there due to neurodebian-archive-keyring package) if LANG=C eval $ae_sudo apt-key export $nd_key_id 2>&1 1>/dev/null | grep -qe "nothing exported"; then print_verbose 1 "Fetching the key from the server" eval_dry apt-key adv --recv-keys --keyserver pgp.mit.edu $nd_key_id