Ported remaining apps

This commit is contained in:
Sam Heinz
2024-04-13 18:32:32 +10:00
parent 008edc532c
commit d6da0528cf
72 changed files with 237 additions and 206 deletions

View File

@@ -19,14 +19,15 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y ffmpeg
$STD apt-get install -y python3-pip
$STD apt-get install -y wget
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Dependencies"
if [[ "$CTTYPE" == "0" ]]; then
msg_info "Setting Up Hardware Acceleration"
$STD apt-get -y install \
va-driver-all \
ocl-icd-libopencl1 \
intel-opencl-icd
ocl-icd-libopencl1
chgrp video /dev/dri
chmod 755 /dev/dri
chmod 660 /dev/dri/*