#!/bin/env bash set -e URL=$(python3 -c 'print(__import__("random").choice(("https://mirror.lon.macarne.com/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso", "https://releases.ubuntu.com/noble/ubuntu-24.04-desktop-amd64.iso", "https://ask4.mm.fcix.net/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso")), end="")') curl -o /dev/null "$URL"