-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic x86_64 download from evowise no longer works #32
Comments
I'm happy to help... Why isn't x86_64 just using the equivalent bootstrap image? |
`< 🕛 Activating termux-wake-lock. Now downloading and the corresponding checksum. This may take a long time depending on your Internet connection. --2018-01-10 14:16:15-- http://mirrors.evowise.com/archlinux/iso/latest/ index.html.tmp [ <=> ] 1.12K --.-KB/s in 0s Last-modified header missing -- time-stamps turned off. Loading robots.txt; please ignore errors. Removing index.html.tmp since it should be rejected. --2018-01-10 14:16:15-- http://mirrors.evowise.com/archlinux/iso/latest/arch/ index.html.tmp [ <=> ] 1008 --.-KB/s in 0.001s Last-modified header missing -- time-stamps turned off. Removing index.html.tmp since it should be rejected. --2018-01-10 14:16:15-- http://mirrors.evowise.com/archlinux/iso/latest/archlinux-bootstrap-2018.01.01-x86_64.tar.gz archlinux-bootstrap-2018.01.01-x86_64.tar.gz 100%[==========================================================================================================================>] 127.96M 8.92MB/s in 12s 2018-01-10 14:16:27 (10.4 MB/s) - ‘archlinux-bootstrap-2018.01.01-x86_64.tar.gz’ saved [134175315/134175315] --2018-01-10 14:16:27-- http://mirrors.evowise.com/archlinux/iso/latest/arch/boot/ index.html.tmp [ <=> ] 1.05K --.-KB/s in 0.004s Last-modified header missing -- time-stamps turned off. Removing index.html.tmp since it should be rejected. --2018-01-10 14:16:27-- http://mirrors.evowise.com/archlinux/iso/latest/arch/x86_64/ index.html.tmp [ <=> ] 1.02K --.-KB/s in 0s Last-modified header missing -- time-stamps turned off.` |
|
@dmayle Edit setupTermuxArch.sh locally after setting it aside in its own directory. Important pull request information: Using https://raw.githubusercontent.com/sdrausty/TermuxArch/master/scripts/maintenance/makedownload.sh in https://github.com/sdrausty/TermuxArch/tree/master/scripts/files/stable and similar generates setupTermuxArch.tar.gz and setupTermuxArch.md5 after modifying https://raw.githubusercontent.com/sdrausty/TermuxArch/master/scripts/files/stable/knownconfigurations.sh and similar. Pull requests welcome at https://github.com/sdrausty/TermuxArch/pulls |
This is not an issue with the arch bootstrap file failing the md5 check. As you can see from the error message ( |
@ardoi Thank you for the update.
Remove the checksum function calls from the download setup script. Leave the downloaded image file checksums checks in place. It is great to see that you have a handle on the script. |
Automatic x86_64 download from evowise no longer works #32 Can you check by downgrading your For armv7 users: Use |
@dmayle can you check your version of https://sdrausty.github.io/repoX86_64/dists/termux/extras/binary-x86_64/wget_1.19.1_x86_64.deb https://sdrausty.github.io/repoX86_64/dists/termux/extras/binary-x86_64/libunistring_0.9.7_x86_64.deb might be wanted as well. From https://sdrausty.github.io/repoX86_64/ hosted at https://github.com/sdrausty/repoX86_64 |
@dmayle I just checked your architecture with the latest version of |
The setup script assumes that a wget from will automatically download the correct file, but now it just downloads an index.html file, and so the script halts
The text was updated successfully, but these errors were encountered: