diff --git a/distro-build/openkylin.sh b/distro-build/openkylin.sh index 29c3c3ed4..8bb5465de 100644 --- a/distro-build/openkylin.sh +++ b/distro-build/openkylin.sh @@ -1,4 +1,4 @@ -dist_name="openkylin" +dist_name="OpenKylin" dist_version="yangtze" bootstrap_distribution() { @@ -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}')" diff --git a/distro-plugins/openkylin.sh b/distro-plugins/openkylin.sh index 32e52aa86..cb0b02093 100644 --- a/distro-plugins/openkylin.sh +++ b/distro-plugins/openkylin.sh @@ -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"