diff --git a/distro-build/pardus.sh b/distro-build/pardus.sh index 8b6d9923a..39a3d8113 100644 --- a/distro-build/pardus.sh +++ b/distro-build/pardus.sh @@ -30,7 +30,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="Pardus (${dist_version})" + DISTRO_NAME="Pardus" + DISTRO_COMMENT="Version '${dist_version}'. Not available for ARM 32 bit." TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/pardus-aarch64-pd-${CURRENT_VERSION}.tar.xz" TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/pardus-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')" diff --git a/distro-plugins/pardus.sh b/distro-plugins/pardus.sh index 2ab98c4bf..87e8ff70a 100644 --- a/distro-plugins/pardus.sh +++ b/distro-plugins/pardus.sh @@ -1,7 +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="Pardus (yirmibir)" +DISTRO_NAME="Pardus" +DISTRO_COMMENT="Version 'yirmibir'. Not available for ARM 32 bit." TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/pardus-aarch64-pd-v4.6.0.tar.xz" TARBALL_SHA256['aarch64']="a549bed5384d13ee8ab353d64c2ed8ce1d311d0b2612c5a1cb9fe664f0650a37"