forked from roots/phyllomeos
		
	rewrite URLs content
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user