mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 17:15:53 +00:00
Update hw-acceleration.sh
This commit is contained in:
@@ -125,10 +125,10 @@ function main() {
|
||||
minor=$(nvidia_select_gpu_minor)
|
||||
nvidia_lxc_passthrough "$ctid" "$minor" && updated=1
|
||||
;;
|
||||
# amd)
|
||||
# msg info "Applying AMD passthrough to CT $ctid..."
|
||||
# passthrough_amd_to_lxc "$ctid" && install_amd_tools_in_ct "$ctid" && updated=1
|
||||
# ;;
|
||||
amd)
|
||||
msg info "Applying AMD passthrough to CT $ctid..."
|
||||
passthrough_amd_to_lxc "$ctid" && install_amd_tools_in_ct "$ctid" && updated=1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user