[tor-commits] [community/staging] Added fedora instructions

gus at torproject.org gus at torproject.org
Thu Apr 15 18:34:54 UTC 2021


commit 338833d4a010145416e0c1989f0f64febcd176d5
Author: kulsoomzahra <kulsoomzahra24 at gmail.com>
Date:   Thu Apr 8 10:32:30 2021 +0530

    Added fedora instructions
---
 .../technical-setup/guard/fedora/contents.lr       | 25 +++++++++++++---------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/content/relay-operations/technical-setup/guard/fedora/contents.lr b/content/relay-operations/technical-setup/guard/fedora/contents.lr
index 7152ca7..4e6cc31 100644
--- a/content/relay-operations/technical-setup/guard/fedora/contents.lr
+++ b/content/relay-operations/technical-setup/guard/fedora/contents.lr
@@ -10,19 +10,24 @@ body:
 
 One of the most important things to keeps your relay secure is to install security updates timely and ideally automatically so you can not forget about it. Follow the instructions to enable [automatic software updates](updates) for your operating system.
 
-# 2.  # 3. Add the following to /etc/yum.repos.d/tor.repo and then install the tor package.
-
-```
-[tor]
-name=Tor for Fedora $releasever - $basearch
-baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch
-enabled=1
-gpgcheck=1
-gpgkey=https://rpm.torproject.org/fedora/public_gpg.key
+# 2. Add the following to `/etc/yum.repos.d/tor.repo` and then install the tor package.
+                                                  
+```                                                 
+[tor]                                                             
+name=Tor for Fedora $releasever - $basearch                                                                                                                                                                       
+baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch                                                                                                                                                   
+enabled=1                                                                                                                                                                                                         
+gpgcheck=1                                                           
+gpgkey=https://rpm.torproject.org/fedora/public_gpg.key                  
 cost=100
 ```
 
-# 3. Put the tor configuration file `/etc/tor/torrc` in place
+`sudo dnf install tor`
+
+
+# 3. Configuration File
+
+Put the configuration file `/etc/tor/torrc` in place:
 
 ```
 #change the nickname "myNiceRelay" to a name that you like





More information about the tor-commits mailing list