-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
What happened ?
We received more download requests than expected and hit our quota limit. Repository https://dl.bintray.com/termux/termux-packages-24 was suspended.
Current status: appears to be resolved
What to do ?
Either wait or try repo snapshot on IPFS (expect high latency or download timeout, it's p2p and seeded from my PC):
Gateway 0:
deb https://ipfs.io/ipfs/QmVAkuhfFfLBeTKCYYXWBvb3WxgZqDvd8qd7cvQjyrSvhr/ stable main
Gateway 1:
deb https://cloudflare-ipfs.com/ipfs/QmVAkuhfFfLBeTKCYYXWBvb3WxgZqDvd8qd7cvQjyrSvhr/ stable main
Gateway 2:
deb https://ipfs.eternum.io/ipfs/QmVAkuhfFfLBeTKCYYXWBvb3WxgZqDvd8qd7cvQjyrSvhr/ stable main
Gateway 3:
deb https://hardbin.com/ipfs/QmVAkuhfFfLBeTKCYYXWBvb3WxgZqDvd8qd7cvQjyrSvhr/ stable main
Don't forget to temporarily comment out the bintray link in your sources.list before using mirror. Note that links above will no longer be valid after fixing the issue.
Script for automatic mirror switching:
curl -o add-mirror.sh https://linx.li/add-mirror.sh
sh add-mirror.sh 0
it will comment out the termux-packages repository and put the selected mirror (0-3) to alternate sources.list config.
To remove changes applied with add-mirror.sh, do:
curl -o remove-mirror.sh https://linx.li/remove-mirror.sh
sh remove-mirror.sh
Metadata
Metadata
Assignees
Labels
No labels