diff --git a/blocks-live/base-live-hypervisor.cfg b/blocks-live/base-live-hypervisor.cfg index 7eb8a55..e21d9f5 100644 --- a/blocks-live/base-live-hypervisor.cfg +++ b/blocks-live/base-live-hypervisor.cfg @@ -29,15 +29,15 @@ mkdir /var/lib/libvirt/iso # Create a directory to store iso images wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/iso/ # fetch netboot.xyz iso # fetch custom script and make it executable -wget https://git.phyllo.me/home/PhyllomeOS/raw/branch/main/post/configure-vmm-and-desktop.sh -P /usr/sbin/ +wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post/configure-vmm-and-desktop.sh -P /usr/sbin/ chmod +x /usr/sbin/configure-vmm-and-desktop.sh # fetch custom script and make it executable -wget https://git.phyllo.me/home/PhyllomeOS/raw/branch/main/post/create-live-vm.sh -P /usr/sbin/ +wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post/create-live-vm.sh -P /usr/sbin/ chmod +x /usr/sbin/create-live-vm.sh # fetch custom script and make it executable -wget https://git.phyllo.me/home/PhyllomeOS/raw/branch/main/post/virtualization-tweaks-root-needed.sh -P /usr/sbin/ +wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post/virtualization-tweaks-root-needed.sh -P /usr/sbin/ chmod +x /usr/sbin/virtualization-tweaks-root-needed.sh # # Create new file /etc/systemd/system/postinstall.service using cat: