mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 02:55:54 +00:00
Remove redundant uid from device config and update install script
Eliminates the unnecessary 'uid=0' parameter from device configuration in GPU passthrough setup for privileged containers. Also updates the viseron install script to remove the target directory argument from the fetch_and_deploy_gh_release call, aligning with changes in its usage.
This commit is contained in:
@@ -51,7 +51,7 @@ if [[ "$CTTYPE" == "0" ]]; then
|
||||
fi
|
||||
msg_ok "Hardware Acceleration Configured"
|
||||
|
||||
fetch_and_deploy_gh_release "viseron" "roflcoopter/viseron" "/opt/viseron"
|
||||
fetch_and_deploy_gh_release "viseron" "roflcoopter/viseron"
|
||||
|
||||
msg_info "Setting up Python Environment"
|
||||
uv venv --python "python3.13" /opt/viseron/.venv
|
||||
|
||||
Reference in New Issue
Block a user