aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep/src/torouter_config.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-25 17:36:17 +0200
committerficus <ficus@robocracy.org>2012-09-25 17:36:17 +0200
commitcc9809734fdbd6ea8601005d34b4efaf5b37baa4 (patch)
tree97cd8617c42f0149e508ec03775fc9434a63d190 /packages/torouter-prep/src/torouter_config.sh
parentf60f8656e75da356ddec2326e064fbe150a3ad8f (diff)
downloadtorouter-cc9809734fdbd6ea8601005d34b4efaf5b37baa4.tar.gz
torouter-cc9809734fdbd6ea8601005d34b4efaf5b37baa4.zip
clean up configs directory
Diffstat (limited to 'packages/torouter-prep/src/torouter_config.sh')
-rwxr-xr-xpackages/torouter-prep/src/torouter_config.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index 8cfc07f..536fc10 100755
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -13,14 +13,14 @@ export ADMINGROUP="torouter"
export TORADMINGROUP="debian-tor"
# This is the main Tor repo apt pubkey
-apt-key add $config_dir/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.apt-key
+apt-key add $config_dir/tmp/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-key add $config_dir/047E6A24.asc
+apt-key add $config_dir/tmp/047E6A24.asc
# We need to prep apt to understand that we want packages from other repos
-cp $config_dir/sources.list /etc/apt/sources.list
+cp $config_dir/etc/sources.list /etc/apt/sources.list
apt-get -y update