[Bug]: [!] Sorry, but distribution download URL is not defined for CPU architecture 'aarch64'.
Problem description
In the example Debian to add to PRoot-distro for adding distributions comes [!] Sorry, but distribution download URL is not defined for CPU architecture 'aarch64'. Although this is in the link.
What steps will reproduce the bug?
I have the sample code of the README.md in $PREFIX/etc/proot-distro/Debian-test.sh inserted.
What is the expected behavior?
Debian should be installed.
Post your sample code to see the syntax of your shell script
DISTRO_NAME="Debian" TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v1.10.1/debian-aarch64-pd-v1.10.1.tar.xz" TARBALL_SHA256['aarch64']="f34802fbb300b4d088a638c638683fd2bfc1c03f4b40fa4cb7d2113231401a21" This is in the Readme.md as I wrote above.
I've tested this by copying and pasting that contents into example.sh and installed it via proot-distro install example
though i replaced aarch64 entries into x86_64 since i'm testing the installation via emulator
DISTRO_NAME="Debian" TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v1.10.1/debian-aarch64-pd-v1.10.1.tar.xz" TARBALL_SHA256['x86_64']="f34802fbb300b4d088a638c638683fd2bfc1c03f4b40fa4cb7d2113231401a21"
this works but likely something is going on with your environment
What's your device architecture. print it via uname -m?
AArch64
marcusz @.***> schrieb am Di., 26. Apr. 2022, 04:17:
I've tested this by copying and pasting that contents into example.sh and installed it via proot-distro install example
though i replaced aarch64 entries into x86_64 since i'm testing it via emulator
DISTRO_NAME="Debian" TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v1.10.1/debian-aarch64-pd-v1.10.1.tar.xz" TARBALL_SHA256['x86_64']="f34802fbb300b4d088a638c638683fd2bfc1c03f4b40fa4cb7d2113231401a21"
this works but likely something is going on with your environment
What's your device architecture. print it via uname -m?
— Reply to this email directly, view it on GitHub https://github.com/termux/proot-distro/issues/208#issuecomment-1109227674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVGKFXUQQAP6NDRXJUBNVA3VG5G4DANCNFSM5TZHETBQ . You are receiving this because you authored the thread.Message ID: @.***>
Closed as can't be reproduced.