diff --git a/products-built-on-oxen/lokinet/guides/linux-gui-install-guide.md b/products-built-on-oxen/lokinet/guides/linux-gui-install-guide.md index 68da890..582b8d5 100644 --- a/products-built-on-oxen/lokinet/guides/linux-gui-install-guide.md +++ b/products-built-on-oxen/lokinet/guides/linux-gui-install-guide.md @@ -31,4 +31,15 @@ Simply jump into the lokinet-gui client and click the large green power button. Head over to [Exit nodes](../exit-nodes.md) or [Accessing SNApps](../snapps/accessing-snapps.md) for an overview of the exciting things you can do with Lokinet up and running! +### GUI installation troubleshooting + See the troubleshooting guide [here](./linux-troubleshooting.md) if you have issues. + +#### Linux Mint does not work with \(lsb-release\) + +It has been reported that Linux Mint users may need to use the following command instead of the second command in [Initial setup](linux-gui-install-guide.md#initial-setup): + +```text +echo "deb https://deb.oxen.io jammy main" | sudo tee /etc/apt/sources.list.d/oxen.list +``` +