Merge branch 'bugfix/xorg-build-fix' into 'master'

Bugfix/xorg build fix

See merge request kasm-technologies/internal/KasmVNC!245
This commit is contained in:
Matthew McClaskey 2026-06-05 09:02:48 +00:00
commit 5c8c550e82

View file

@ -90,7 +90,9 @@ fi
TARBALL="xorg-server-${XORG_VER}.tar.gz"
if [ ! -f "$TARBALL" ]; then
wget --no-check-certificate https://www.x.org/archive/individual/xserver/"$TARBALL"
wget --no-check-certificate https://www.x.org/archive/individual/xserver/"$TARBALL" || \
wget --no-check-certificate -O "$TARBALL" "https://gitlab.freedesktop.org/xorg/xserver/-/archive/xorg-server-${XORG_VER}/xserver-xorg-server-${XORG_VER}.tar.gz" || \
wget --no-check-certificate http://artfiles.org/x.org/pub/xorg/individual/xserver/"$TARBALL"
fi
#git clone https://kasmweb@bitbucket.org/kasmtech/kasmvnc.git