From f25d456472da0e1deaf580c27a0b3dc94f378dbf Mon Sep 17 00:00:00 2001 From: sam#gemmi-win10 Date: Sun, 15 Oct 2023 08:52:54 +0800 Subject: [PATCH] fix --- deb12/buildx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deb12/buildx.sh b/deb12/buildx.sh index 7372fd5..243f05e 100644 --- a/deb12/buildx.sh +++ b/deb12/buildx.sh @@ -29,8 +29,8 @@ compile2) file=xrdp-${ver}.tar.gz; test -s $file || curl -k -O -fSL https://ghproxy.com/https://github.com/neutrinolabs/xrdp/releases/download/v${ver}/$file # tiger #1.20.7.tar.bz2 >21.1.7.tar.gz; 1.12.0> 1.13.1 - ver=1.13.1 - file=xorg-server-21.1.7.tar.gz; test -s $file || curl -k -O -fSL https://www.x.org/pub/individual/xserver/$file #6.1M + ver=1.12.0 #1.13.1 + file=xorg-server-1.20.7.tar.bz2; test -s $file || curl -k -O -fSL https://www.x.org/pub/individual/xserver/$file #6.1M file=tigervnc-${ver}.tar.gz; test -s $file || curl -k -O -fSL https://ghproxy.com/https://github.com/TigerVNC/tigervnc/archive/v${ver}/$file #1.5M # curl -O -fsSL https://www.linuxfromscratch.org/patches/blfs/svn/tigervnc-1.12.0-configuration_fixes-1.patch cd $old;