Skip to content

Commit b13feb4

Browse files
authored
rename archlinux to arch
1 parent bc1a13e commit b13feb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/bin/chroot-distro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case "${architecture}" in
5151
*) echo "Unsupported architecture: ${architecture}"; chroot_distro_exit 1 ;;
5252
esac
5353

54-
supported_distros="alpine archlinux artix debian deepin fedora manjaro openkylin opensuse pardus ubuntu void kali parrot backbox centos_stream rocky adelie chimera gentoo"
54+
supported_distros="alpine arch artix debian deepin fedora manjaro openkylin opensuse pardus ubuntu void kali parrot backbox centos_stream rocky adelie chimera gentoo"
5555

5656
for distro in "${chroot_distro_path}"/.config/*; do
5757
distro="$(basename "${distro}")"
@@ -854,7 +854,7 @@ chroot_distro_download() {
854854
elif [ "$distro" = "parrot" ]; then
855855
distro_name='Parrot Security'
856856
download_url="$parrot_rootfs_base_url/${architecture}/parrot-rootfs-${architecture}.tar.xz"
857-
elif [ "$distro" = "archlinux" ]; then
857+
elif [ "$distro" = "arch" ]; then
858858
distro_name='Arch Linux'
859859
case "${architecture}" in
860860
amd64) download_url="${archlinux_rootfs_base_url}/archlinux-bootstrap-$(echo "${architecture}" | sed s/amd64/x86_64/).tar.zst" ;;

0 commit comments

Comments
 (0)