diff --git a/Qubes-OS-lokinet-setup.md b/Qubes-OS-lokinet-setup.md index 6a5f7bd..3ca199d 100644 --- a/Qubes-OS-lokinet-setup.md +++ b/Qubes-OS-lokinet-setup.md @@ -34,16 +34,16 @@ Create new qube * Networking: **default (sys-firewall)** (or sys-whonix, or sys-vpm) Add the apt source list and install lokinet (1): -* open a terminal in **lokinet-vm** + +open a terminal in **lokinet-vm** ``` user@lokinet-vm:~$ sudo curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg +user@lokinet-vm:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list +user@lokinet-vm:~$ sudo apt update +user@lokinet-vm:~$ sudo apt-get install lokinet-gui -y +user@lokinet-vm:~$ lokinet-gui & ``` -* `user@lokinet-vm:~$ echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list` -* `user@lokinet-vm:~$ sudo apt update` -* `user@lokinet-vm:~$ sudo apt-get install lokinet-gui -y` -* `user@lokinet-vm:~$ lokinet-gui &` -* The lokinet GUI will launch and you should notice an increasing number on *lokinet routers* and *active paths*. As *exit node* you can enter **exit.loki** which is hosted by the OPTF (3) -* done. Now, you can jump directly to the [remarks](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#remarks) of this section. +The lokinet GUI will launch and you should notice an increasing number on *lokinet routers* and *active paths*. As *exit node* you can enter **exit.loki** which is hosted by the OPTF (3) Done. Now, you can jump directly to the [remarks](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#remarks) of this section. #### **Advanced setup based on a templateVM**