mirror of
https://gitlab.com/risingprismtv/single-gpu-passthrough.git
synced 2024-12-22 05:35:21 +00:00
Merge branch 'master' into 'master'
Update install_hooks.sh See merge request risingprismtv/single-gpu-passthrough!12
This commit is contained in:
commit
05d056a7c7
@ -1,4 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if test -e /etc/libvirt/ && ! test -e /etc/libvirt/hooks;
|
||||
then
|
||||
mkdir -p /etc/libvirt/hooks;
|
||||
fi
|
||||
if test -e /etc/libvirt/hooks/qemu;
|
||||
then
|
||||
mv /etc/libvirt/hooks/qemu /etc/libvirt/hooks/qemu_last_backup
|
||||
|
Loading…
Reference in New Issue
Block a user