Skip to content

Commit

Permalink
openkylin: fix dist name and update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Dec 20, 2023
1 parent 855f1e6 commit 5cc7d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions distro-build/openkylin.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist_name="openkylin"
dist_name="OpenKylin"
dist_version="yangtze"

bootstrap_distribution() {
Expand Down Expand Up @@ -39,8 +39,8 @@ write_plugin() {
# This is a default distribution plug-in.
# 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="openkylin"
DISTRO_COMMENT="Supports only 64-bit CPUs."
DISTRO_NAME="OpenKylin"
DISTRO_COMMENT="Version '${dist_version}'. Supports only 64-bit CPUs."
TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/openkylin-aarch64-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/openkylin-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
Expand Down
4 changes: 2 additions & 2 deletions distro-plugins/openkylin.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a default distribution plug-in.
# 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="openkylin"
DISTRO_COMMENT="Supports only 64-bit CPUs."
DISTRO_NAME="OpenKylin"
DISTRO_COMMENT="Version 'yangtze'. Supports only 64-bit CPUs."

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/openkylin-aarch64-pd-v4.6.0.tar.xz"
TARBALL_SHA256['aarch64']="ba869dec713d981a61c387115e93dfe3ca0c0958ccc398efefd174ddcb3d3a8d"
Expand Down

0 comments on commit 5cc7d42

Please sign in to comment.