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
ccffbdca3e
commit
26a916ee60
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue