mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
optional packages support
This commit is contained in:
parent
0c5f50d19a
commit
070a8d1f5f
1 changed files with 7 additions and 3 deletions
|
@ -78,8 +78,10 @@ msg_ok "Installed Dependencies"
|
||||||
msg_info "Setting Up Hardware Acceleration"
|
msg_info "Setting Up Hardware Acceleration"
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
va-driver-all \
|
va-driver-all \
|
||||||
ocl-icd-libopencl1 &>/dev/null #\ #not in 22.04
|
ocl-icd-libopencl1 &>/dev/null
|
||||||
# beignet-opencl-icd &>/dev/null
|
set +e
|
||||||
|
apt-get install --ignore-missing -y beignet-opencl-icd &>/dev/null
|
||||||
|
set -e
|
||||||
|
|
||||||
msg_ok "Set Up Hardware Acceleration"
|
msg_ok "Set Up Hardware Acceleration"
|
||||||
|
|
||||||
|
@ -100,7 +102,9 @@ msg_ok "Installed lightdm"
|
||||||
msg_info "Installing kodi"
|
msg_info "Installing kodi"
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get install -y kodi &>/dev/null
|
apt-get install -y kodi &>/dev/null
|
||||||
apt-get install -y kodi-peripheral-joystick &>/dev/null
|
set +e
|
||||||
|
apt-get install --ignore-missing -y kodi-peripheral-joystick &>/dev/null
|
||||||
|
set -e
|
||||||
msg_ok "Installed kodi"
|
msg_ok "Installed kodi"
|
||||||
|
|
||||||
msg_info "Updating xsession"
|
msg_info "Updating xsession"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue