diff options
-rwxr-xr-x | share/trashman/tor/unix/linux/debian/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/trashman/tor/unix/linux/debian/install b/share/trashman/tor/unix/linux/debian/install index 5b70819..f421de7 100755 --- a/share/trashman/tor/unix/linux/debian/install +++ b/share/trashman/tor/unix/linux/debian/install @@ -20,8 +20,8 @@ trashman_apt_install $REQUIREMENTS DISTRIBUTION="`trashman_debian_major_version_name`" cat <<-EOF > /etc/apt/sources.list.d/tor.list - deb [signed-by=${KEYRING}] https://deb.torproject.org/torproject.org $DISTRIBUTION main - deb-src [signed-by=${KEYRING}] https://deb.torproject.org/torproject.org $DISTRIBUTION main +deb [signed-by=${KEYRING}] https://deb.torproject.org/torproject.org $DISTRIBUTION main +deb-src [signed-by=${KEYRING}] https://deb.torproject.org/torproject.org $DISTRIBUTION main EOF # Remove key from old locations |