mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-08 20:52:20 +00:00
Updated files
This commit is contained in:
parent
c653d4b7a3
commit
8b1117bfe4
|
@ -43,11 +43,11 @@ apt-get -qqy install \
|
|||
ocl-icd-libopencl1 \
|
||||
beignet-opencl-icd &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Configure Hardware Acceleration... \e[0m"
|
||||
#echo -e "${CHECKMARK} \e[1;92m Configure Hardware Acceleration... \e[0m"
|
||||
|
||||
/bin/chgrp video /dev/dri
|
||||
/bin/chmod 755 /dev/dri
|
||||
/bin/chmod 660 /dev/dri/*
|
||||
# /bin/chgrp video /dev/dri
|
||||
# /bin/chmod 755 /dev/dri
|
||||
# /bin/chmod 660 /dev/dri/*
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Downloading Emby Server... \e[0m"
|
||||
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.7.0/emby-server-deb_4.6.7.0_amd64.deb &>/dev/null
|
||||
|
|
|
@ -45,11 +45,11 @@ apt-get -qqy install \
|
|||
ocl-icd-libopencl1 \
|
||||
beignet-opencl-icd &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Configure Hardware Acceleration... \e[0m"
|
||||
#echo -e "${CHECKMARK} \e[1;92m Configure Hardware Acceleration... \e[0m"
|
||||
|
||||
/bin/chgrp video /dev/dri
|
||||
/bin/chmod 755 /dev/dri
|
||||
/bin/chmod 660 /dev/dri/*
|
||||
# /bin/chgrp video /dev/dri
|
||||
# /bin/chmod 755 /dev/dri
|
||||
# /bin/chmod 660 /dev/dri/*
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Downloading Jellyfin Server... \e[0m"
|
||||
wget https://repo.jellyfin.org/releases/server/debian/versions/stable/server/10.7.7/jellyfin-server_10.7.7-1_amd64.deb &>/dev/null
|
||||
|
|
Loading…
Reference in a new issue