CI Linux/install_others.sh: fail if cached installer not found

The feature is relied upon, anyways, so it is better to fail early if we
cannot install NDI.
This commit is contained in:
Martin Pulec
2023-03-16 08:25:50 +01:00
parent 8cdabc3655
commit ee3179472b

View File

@@ -41,7 +41,6 @@ install_live555() {(
# Install NDI
install_ndi() {(
cd /var/tmp
[ -f Install_NDI_SDK_Linux.tar.gz ] || return 0
tar -xzf Install_NDI_SDK_Linux.tar.gz
# shellcheck disable=SC2125
installer=./Install*NDI*sh