From c265ccbbf0c323833c6551d87bea9c1461923f11 Mon Sep 17 00:00:00 2001 From: Nikola Mitev <5285161+nikmit@users.noreply.github.com> Date: Sat, 26 Jul 2025 09:30:25 +0100 Subject: [PATCH] Update GUIDE.md Update XPRA apt sources location --- headless-bisq/GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-bisq/GUIDE.md b/headless-bisq/GUIDE.md index 5cca883..18eaf2f 100644 --- a/headless-bisq/GUIDE.md +++ b/headless-bisq/GUIDE.md @@ -75,7 +75,7 @@ sudo apt install ca-certificates # add xpra GPG key: sudo wget -O "/usr/share/keyrings/xpra.asc" https://xpra.org/gpg.asc # add the xpra repository: -wget -O "/etc/apt/sources.list.d/xpra.sources" https://xpra.org/repos/$DISTRO/xpra.sources +wget -O "/etc/apt/sources.list.d/xpra.sources" https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/$DISTRO/xpra-lts.sources # add the optional beta channel: # wget -O "/etc/apt/sources.list.d/xpra-beta.sources" https://xpra.org/repos/$DISTRO/xpra-beta.sources # install the xpra package: