From 8fbca5fcf2a700efa5f0809e7e74240432e5a5c6 Mon Sep 17 00:00:00 2001 From: who am i Date: Mon, 31 Jan 2022 17:03:43 +0100 Subject: [PATCH] Update page 'Qubes OS lokinet setup' --- Qubes-OS-lokinet-setup.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Qubes-OS-lokinet-setup.md b/Qubes-OS-lokinet-setup.md index 1638b65..c44b00d 100644 --- a/Qubes-OS-lokinet-setup.md +++ b/Qubes-OS-lokinet-setup.md @@ -1,7 +1,7 @@ -``` -This wiki is in work in progress phase. Feel free to contribute. Thank you -asdfas -``` + +```This wiki is in work in progress phase. Feel free to contribute. Thank you +asdfas``` + ###**Content** @@ -41,7 +41,9 @@ Create new qube Add the apt source list and install lokinet (1): * 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:~$ 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`