mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-01-27 00:43:45 +00:00
Update GUIDE.md
Add comments about setting up XPRA on non-Ubuntu hosts - Debian and Mint
This commit is contained in:
parent
c265ccbbf0
commit
441d08842a
@ -67,6 +67,8 @@ The _normal_ way for accessing GUI instances from a headless server is via [X11
|
||||
XPRA must be installed on both the client and the host. Please follow instructions on their [GitHub](https://github.com/Xpra-org/xpra) for installation. I will give instructions for Ubuntu 22.04LTS:
|
||||
|
||||
```bash
|
||||
# If running Debian, use the current version directly e.g. bookworm instead of jammy
|
||||
# For Linux Mint you need to map to the corresponding version of Ubuntu, e.g. Mint 22 Wilma -> Ubuntu 24.04 Noble Wombat (DISTRO=noble)
|
||||
DISTRO=jammy
|
||||
#install https support for apt (which may be installed already):
|
||||
sudo apt update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user