diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-18 18:30:58 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-18 18:30:58 +0200 |
commit | b0fa1713dd413ab26fba54aca2eaf03d3e18e89a (patch) | |
tree | 72585aa397f7c445a5a65b1e07349bb90f2f47aa /packages | |
parent | febc76b8fe6ab3c5a8b3bf73d50cbb35fc7fd6aa (diff) | |
download | torouter-b0fa1713dd413ab26fba54aca2eaf03d3e18e89a.tar.gz torouter-b0fa1713dd413ab26fba54aca2eaf03d3e18e89a.zip |
add torrouter key
Diffstat (limited to 'packages')
-rw-r--r-- | packages/torouter-prep/src/torouter_config.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh index aec9b48..5344411 100644 --- a/packages/torouter-prep/src/torouter_config.sh +++ b/packages/torouter-prep/src/torouter_config.sh @@ -20,8 +20,13 @@ useradd -g $ADMINGROUP -s /bin/bash $ADMINUSER # Install the Tor repo key # gpg --keyserver keys.gnupg.net --recv 886DDD89 # gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add - +# This is the main Tor repo apt pubkey apt-get add $config_dir/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.apt-key +# This is the temp torrouter archive pubkey; this should be updated when we +# freeze this repo and know what we want to do +apt-get add $config_dir/047E6A24.asc + # Set us to have a default host name and hosts file cp $config_dir/hostname /etc/hostname cp $config_dir/hosts /etc/hosts |