Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 15, 2023
1 parent 088bee2 commit f25d456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb12/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f25d456

Please sign in to comment.