mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-08-29 18:26:12 +00:00
Update GUIDE.md
Update XPRA apt sources location
This commit is contained in:
parent
b944d8934f
commit
c265ccbbf0
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user