Skip to content

Commit 7d7617b

Browse files
committed
ubuntu: get rid of manually typed versions
No typos anymore Closes #398
1 parent 4aae3e1 commit 7d7617b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

distro-build/ubuntu-lts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ write_plugin() {
2828
# This is a default distribution plug-in.
2929
# Do not modify this file as your changes will be overwritten on next update.
3030
# If you want customize installation, please make a copy.
31-
DISTRO_NAME="Ubuntu (23.04 LTS)"
31+
DISTRO_NAME="Ubuntu LTS"
3232
DISTRO_COMMENT="LTS release (${dist_version}). Not available for x86 32-bit (i686) CPUs."
3333
3434
TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/ubuntu-${dist_version}-aarch64-pd-${CURRENT_VERSION}.tar.xz"

distro-build/ubuntu-oldlts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ write_plugin() {
2828
# This is a default distribution plug-in.
2929
# Do not modify this file as your changes will be overwritten on next update.
3030
# If you want customize installation, please make a copy.
31-
DISTRO_NAME="Ubuntu (22.04 LTS)"
31+
DISTRO_NAME="Ubuntu LTS"
3232
DISTRO_COMMENT="Previous LTS release (${dist_version}). Not available for x86 32-bit (i686) CPUs."
3333
3434
TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/ubuntu-${dist_version}-aarch64-pd-${CURRENT_VERSION}.tar.xz"

distro-plugins/ubuntu-lts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a default distribution plug-in.
22
# Do not modify this file as your changes will be overwritten on next update.
33
# If you want customize installation, please make a copy.
4-
DISTRO_NAME="Ubuntu (23.04 LTS)"
4+
DISTRO_NAME="Ubuntu LTS"
55
DISTRO_COMMENT="LTS release (jammy). Not available for x86 32-bit (i686) CPUs."
66

77
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.8.0/ubuntu-jammy-aarch64-pd-v4.8.0.tar.xz"

distro-plugins/ubuntu-oldlts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a default distribution plug-in.
22
# Do not modify this file as your changes will be overwritten on next update.
33
# If you want customize installation, please make a copy.
4-
DISTRO_NAME="Ubuntu (22.04 LTS)"
4+
DISTRO_NAME="Ubuntu LTS"
55
DISTRO_COMMENT="Previous LTS release (focal). Not available for x86 32-bit (i686) CPUs."
66

77
TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.8.0/ubuntu-focal-aarch64-pd-v4.8.0.tar.xz"

0 commit comments

Comments
 (0)