Skip to content

Commit

Permalink
fix distribution names (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: Anonymous <[email protected]>
  • Loading branch information
BingoKingo and Anonymous authored Dec 7, 2024
1 parent 1b6c724 commit 27feedb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Available distributions in format `proot-distro alias : description`:
* `archlinux`: Arch Linux ARM
* `artix`: Artix Linux (AArch64 only)
* `chimera`: Chimera Linux (20240707)
* `debian`: Debian (stable)
* `debian-oldstable`: Debian (old stable)
* `deepin`: Deepin (beige)
* `debian`: Debian (bookworm)
* `debian-oldstable`: Debian (bullseye)
* `deepin`: deepin (beige)
* `fedora`: Fedora 40 (64bit only)
* `manjaro`: Manjaro (AArch64 only)
* `openkylin`: OpenKylin (Yangtze)
* `opensuse`: OpenSUSE (Tumbleweed)
* `openkylin`: openKylin (nile)
* `opensuse`: openSUSE (Tumbleweed)
* `pardus`: Pardus (yirmibir)
* `ubuntu`: Ubuntu (24.04)
* `ubuntu-oldlts`: Ubuntu (22.04)
Expand Down
2 changes: 1 addition & 1 deletion 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="nile"

bootstrap_distribution() {
Expand Down
2 changes: 1 addition & 1 deletion distro-build/opensuse.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist_name="OpenSUSE"
dist_name="openSUSE"

bootstrap_distribution() {
sudo rm -f "${ROOTFS_DIR}"/opensuse-*.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion distro-plugins/openkylin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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_NAME="openKylin"
DISTRO_COMMENT="Version 'nile'."

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.10.0/openkylin-aarch64-pd-v4.10.0.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion distro-plugins/opensuse.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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="OpenSUSE"
DISTRO_NAME="openSUSE"
DISTRO_COMMENT="Rolling release (Tumbleweed)."

TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v4.6.0/opensuse-aarch64-pd-v4.6.0.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion proot-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ command_help() {
msg "${CYAN}a set of functions with standardized command line interface${RST}"
msg "${CYAN}to let user easily manage Linux PRoot containers. By default${RST}"
msg "${CYAN}it supports a number of well known Linux distributions such${RST}"
msg "${CYAN}Alpine Linux, Debian or OpenSUSE. However it is possible to${RST}"
msg "${CYAN}Alpine Linux, Debian or openSUSE. However it is possible to${RST}"
msg "${CYAN}add others with a help of plug-ins.${RST}"
msg
msg "${CYAN}List of the available commands:${RST}"
Expand Down

0 comments on commit 27feedb

Please sign in to comment.