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`