Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/968d36d785ea9df4ae97f6cdbacfcfff92b3369f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update plex_setup.sh

pull/18/head
tteckster 3 years ago committed by GitHub
parent 59fe80565e
commit 968d36d785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.