mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
Add fallback URL for Xorg tarball download to improve reliability
This commit is contained in:
parent
26a916ee60
commit
d20ec163aa
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ 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 -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue