File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ case "${architecture}" in
51
51
* ) echo " Unsupported architecture: ${architecture} " ; chroot_distro_exit 1 ;;
52
52
esac
53
53
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"
55
55
56
56
for distro in " ${chroot_distro_path} " /.config/* ; do
57
57
distro=" $( basename " ${distro} " ) "
@@ -854,7 +854,7 @@ chroot_distro_download() {
854
854
elif [ " $distro " = " parrot" ]; then
855
855
distro_name=' Parrot Security'
856
856
download_url=" $parrot_rootfs_base_url /${architecture} /parrot-rootfs-${architecture} .tar.xz"
857
- elif [ " $distro " = " archlinux " ]; then
857
+ elif [ " $distro " = " arch " ]; then
858
858
distro_name=' Arch Linux'
859
859
case " ${architecture} " in
860
860
amd64) download_url=" ${archlinux_rootfs_base_url} /archlinux-bootstrap-$( echo " ${architecture} " | sed s/amd64/x86_64/) .tar.zst" ;;
You can’t perform that action at this time.
0 commit comments