Update plex_setup.sh

This commit is contained in:
tteckster 2022-01-27 08:59:09 -05:00 committed by GitHub
parent 59fe80565e
commit 968d36d785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -33,11 +33,14 @@ echo -e "${CHECKMARK} \e[1;92m Updating Container OS... \e[0m"
apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Prerequisites... \e[0m"
echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
apt-get -qqy install \
curl \
sudo \
gnupg \
gnupg &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Setting Up Hardware Acceleration... \e[0m"
apt-get -y install \
va-driver-all \
ocl-icd-libopencl1 \
beignet-opencl-icd &>/dev/null