Update to Ubuntu 24.04 LTS

This commit is contained in:
Nebel 2024-07-22 19:32:53 +09:00 committed by GitHub
parent 573921f500
commit 867614c46f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
# Usage: bin/download dist
# Required: xorriso wget
set -eux
version=22.04.1
version=24.04
url="https://releases.ubuntu.com/${version}/ubuntu-${version}-live-server-amd64.iso"
dist="$1"
wget "${url}" -O base.iso