mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 13:11:30 +02:00
Refactor
This commit is contained in:
parent
23676ab3b3
commit
8cd57a612d
@ -11,15 +11,15 @@ build_and_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_build_dependencies() {
|
install_build_dependencies() {
|
||||||
|
ensure_libjpeg_is_fast
|
||||||
|
|
||||||
if [ "$DISTRO" = centos ]; then
|
if [ "$DISTRO" = centos ]; then
|
||||||
yum install -y cmake gcc
|
yum install -y cmake gcc
|
||||||
ensure_libjpeg_is_fast
|
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y cmake gcc
|
apt-get install -y cmake gcc
|
||||||
ensure_libjpeg_is_fast
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ensure_libjpeg_is_fast() {
|
ensure_libjpeg_is_fast() {
|
||||||
@ -28,6 +28,7 @@ ensure_libjpeg_is_fast() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
apt-get update
|
||||||
apt-get install -y nasm
|
apt-get install -y nasm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user