This commit is contained in:
CanbiZ 2025-08-05 08:33:15 +02:00
parent cab4d85468
commit 7842c4d0e9

View File

@ -27,13 +27,13 @@ $STD apt-get install -y \
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Hardware Acceleration" # msg_info "Setting up Hardware Acceleration"
if [[ "$CTTYPE" == "0" ]]; then # if [[ "$CTTYPE" == "0" ]]; then
chgrp video /dev/dri # chgrp video /dev/dri
chmod 755 /dev/dri # chmod 755 /dev/dri
chmod 660 /dev/dri/* # chmod 660 /dev/dri/*
fi # fi
msg_ok "Hardware Acceleration Configured" # msg_ok "Hardware Acceleration Configured"
fetch_and_deploy_gh_release "viseron" "roflcoopter/viseron" "tarball" "latest" "/opt/viseron" fetch_and_deploy_gh_release "viseron" "roflcoopter/viseron" "tarball" "latest" "/opt/viseron"