I want to try the MX-23_KDE_beta1_x64.iso.rsync but want to know how to utilise this approach?
Is there a script in here that someone has already made to zsync the iso?
i have a rough idea but not sure about the wget url? or am i doing it wrong?
Code: Select all
#!/bin/bash
sudo dnf install -y zsync
wget <base_iso_url>
cd ~/Downloads
zsync MX-23_KDE_beta1_x64.iso.zsync
Code: Select all
sudo mount -t tmpfs tmpfs /mnt -o size=15024m