dev on Nostr: installing #lokinet on #manjaro git clone this: ...
installing #lokinet on #manjaro
git clone this:
https://aur.archlinux.org/packages/lokinet
lokinet 0.9.11-3
cd lokinet
if pgp error:
$ makepkg --skippgpcheck
if fmt / spdlog error. get older versions from arch package archive:
https://archive.archlinux.org/packages/
working versions:
$ sudo pacman -Qs fmt
local/fmt 9.0.0-1
$ sudo pacman -Qs spdlog
local/spdlog 1.11.0-1
when build & install ok, start it:
$ lokinet-bootstrap
$ lokinet -g
git clone gui from:
https://aur.archlinux.org/packages/lokinet-gui
$ cd lokinet-gui
$ makepkg
AppImage will be in here:
lokinet-gui/pkg/lokinet-gui/usr/bin
edit resolv.conf:
sudo nano /etc/resolv.conf
add this at the beginning:
nameserver 127.3.2.1
(note: might get overwritten by network manager at some point?)
notes:
http://wiki.probably.loki/
resolves to 403 forbidden, so .loki probably works, server admin just dont care about this site
notes:
vpn does not connect.
git clone this:
https://aur.archlinux.org/packages/lokinet
lokinet 0.9.11-3
cd lokinet
if pgp error:
$ makepkg --skippgpcheck
if fmt / spdlog error. get older versions from arch package archive:
https://archive.archlinux.org/packages/
working versions:
$ sudo pacman -Qs fmt
local/fmt 9.0.0-1
$ sudo pacman -Qs spdlog
local/spdlog 1.11.0-1
when build & install ok, start it:
$ lokinet-bootstrap
$ lokinet -g
git clone gui from:
https://aur.archlinux.org/packages/lokinet-gui
$ cd lokinet-gui
$ makepkg
AppImage will be in here:
lokinet-gui/pkg/lokinet-gui/usr/bin
edit resolv.conf:
sudo nano /etc/resolv.conf
add this at the beginning:
nameserver 127.3.2.1
(note: might get overwritten by network manager at some point?)
notes:
http://wiki.probably.loki/
resolves to 403 forbidden, so .loki probably works, server admin just dont care about this site
notes:
vpn does not connect.