commit 070bf00c4b40db879a6c599f0a5170e79f4d5b15 parent fa0743c71e1a1fc0909263d9c582f6bec87c6f72 Author: awy <awy@awy.one> Date: Sat, 15 Feb 2025 13:29:26 +0300 revert Diffstat:
M | gpu_pass.sh | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gpu_pass.sh b/gpu_pass.sh @@ -1,8 +1,8 @@ #!/bin/sh +set -e WORKDIRECTORY=$PWD -PERMUSER=$(logname) - +PERMUSER=awy if [ "$(id -u)" -ne 0 ] then printf "The script has to be run as root.\n" exit @@ -20,7 +20,7 @@ doas -u $PERMUSER cp $WORKDIRECTORY/Hooks/patch.rom /home/$PERMUSER/.local/share #virsh net-start default pacman -Sy --noconfirm -pacman -S qemu-desktop libvirt libvirt-runit edk2-ovmf virt-manager dnsmasq wget --noconfirm +pacman -S qemu-desktop libvirt libvirt-dinit edk2-ovmf virt-manager dnsmasq wget --noconfirm mkdir /etc/libvirt/hooks