Update install-32

pull/652/head
Jai-JAP 4 years ago committed by GitHub
parent 326bec1b1f
commit 74324f6794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ if [[ "${DISTRO}" == "Debian" || "${DISTRO}" == "Raspbian" ]]; then
elif [[ "${DISTRO}" == "Ubuntu" ]]; then
"${DIRECTORY}/pkg-install" "cmake libxcb-xtest0 libxcb-xfixes0 libturbojpeg pulseaudio-utils pulseaudio" "$(dirname "$0")" || exit 1
else
error "This script can't run on your OS! It HAS to be Debian or Ubuntu"
error "This script can't run on your OS! It HAS to be Debian and derivatives like RPiOS or Ubuntu"
fi
#refresh list of libraries

Loading…
Cancel
Save