Skip to content

Commit

Permalink
ubuntu: upgrade to 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent 432cd77 commit 692a40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distro-build/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist_name="Ubuntu"
dist_version="jammy"
dist_version="mantic"

bootstrap_distribution() {
for arch in arm64 armhf amd64; do
Expand All @@ -22,7 +22,7 @@ write_plugin() {
# Do not modify this file as your changes will be overwritten on next update.
# If you want customize installation, please make a copy.
DISTRO_NAME="Ubuntu"
DISTRO_COMMENT="Current LTS release (${dist_version}). Not available for x86 32-bit (i686) CPUs."
DISTRO_COMMENT="Standard release (${dist_version}). Not available for 32-bit CPUs."
TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/ubuntu-aarch64-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/ubuntu-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
Expand Down

0 comments on commit 692a40b

Please sign in to comment.