mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
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:
commit
5c8c550e82
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue