From 97285a853fc007c0faf39b267225190e48cb87e3 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 26 Nov 2021 16:26:12 +0100 Subject: [PATCH] rewrite URLs content --- blocks-live/base-live-hypervisor.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: