Commit 7d7617b 1 parent 4aae3e1 commit 7d7617b Copy full SHA for 7d7617b
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ write_plugin() {
28
28
# This is a default distribution plug-in.
29
29
# Do not modify this file as your changes will be overwritten on next update.
30
30
# If you want customize installation, please make a copy.
31
- DISTRO_NAME="Ubuntu (23.04 LTS) "
31
+ DISTRO_NAME="Ubuntu LTS"
32
32
DISTRO_COMMENT="LTS release (${dist_version} ). Not available for x86 32-bit (i686) CPUs."
33
33
34
34
TARBALL_URL['aarch64']="${GIT_RELEASE_URL} /ubuntu-${dist_version} -aarch64-pd-${CURRENT_VERSION} .tar.xz"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ write_plugin() {
28
28
# This is a default distribution plug-in.
29
29
# Do not modify this file as your changes will be overwritten on next update.
30
30
# If you want customize installation, please make a copy.
31
- DISTRO_NAME="Ubuntu (22.04 LTS) "
31
+ DISTRO_NAME="Ubuntu LTS"
32
32
DISTRO_COMMENT="Previous LTS release (${dist_version} ). Not available for x86 32-bit (i686) CPUs."
33
33
34
34
TARBALL_URL['aarch64']="${GIT_RELEASE_URL} /ubuntu-${dist_version} -aarch64-pd-${CURRENT_VERSION} .tar.xz"
Original file line number Diff line number Diff line change 1
1
# This is a default distribution plug-in.
2
2
# Do not modify this file as your changes will be overwritten on next update.
3
3
# If you want customize installation, please make a copy.
4
- DISTRO_NAME=" Ubuntu (23.04 LTS) "
4
+ DISTRO_NAME=" Ubuntu LTS"
5
5
DISTRO_COMMENT=" LTS release (jammy). Not available for x86 32-bit (i686) CPUs."
6
6
7
7
TARBALL_URL[' aarch64' ]=" https://github.com/termux/proot-distro/releases/download/v4.8.0/ubuntu-jammy-aarch64-pd-v4.8.0.tar.xz"
Original file line number Diff line number Diff line change 1
1
# This is a default distribution plug-in.
2
2
# Do not modify this file as your changes will be overwritten on next update.
3
3
# If you want customize installation, please make a copy.
4
- DISTRO_NAME=" Ubuntu (22.04 LTS) "
4
+ DISTRO_NAME=" Ubuntu LTS"
5
5
DISTRO_COMMENT=" Previous LTS release (focal). Not available for x86 32-bit (i686) CPUs."
6
6
7
7
TARBALL_URL[' aarch64' ]=" https://github.com/termux/proot-distro/releases/download/v4.8.0/ubuntu-focal-aarch64-pd-v4.8.0.tar.xz"
You can’t perform that action at this time.
0 commit comments