Add fallback URL for Xorg tarball download to improve reliability

This commit is contained in:
El 2026-06-05 01:56:52 +05:00
parent ccffbdca3e
commit 26a916ee60
No known key found for this signature in database
GPG key ID: EB3F4C9EA29CDE59

View file

@ -90,7 +90,8 @@ 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 http://artfiles.org/x.org/pub/xorg/individual/xserver/"$TARBALL"
fi
#git clone https://kasmweb@bitbucket.org/kasmtech/kasmvnc.git