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