Search Criteria
Package Details: aur-accelerate-cn 1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/aur-accelerate-cn.git (read-only, click to copy) |
---|---|
Package Base: | aur-accelerate-cn |
Description: | 来自知乎sinux的文章:机智的解决arch/manjaro安装AUR软件时github下载软件包慢或不可获得的问题 |
Upstream URL: | https://zhuanlan.zhihu.com/p/176987140 |
Keywords: | accelerate aur github |
Licenses: | unknown |
Submitter: | arkylin |
Maintainer: | arkylin (plokid) |
Last Packager: | plokid |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-07 14:52 (UTC) |
Last Updated: | 2023-02-15 11:51 (UTC) |
Dependencies (1)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR)
Latest Comments
ReckyYe commented on 2023-09-28 04:32 (UTC) (edited on 2023-09-28 04:35 (UTC) by ReckyYe)
建议给'start.sh'添加
"codeload.github.com") url="https://ghproxy.com/"$domin"/"$others; echo "Download from Github mirror: $url"; /usr/bin/aria2c -x 16 -s 16 -k 1M -o $1 $url; ;; "raw.githubusercontent.com") url="https://ghproxy.com/"$domin"/"$others; echo "Download from Github mirror: $url"; /usr/bin/aria2c -x 16 -s 16 -k 1M -o $1 $url; ;; "cdn.kernel.org") others=
echo $2 | cut -f5- -d'/'
; url="https://mirrors.ustc.edu.cn/kernel.org/"$others; echo "Download from kernel.org mirror: $url"; /usr/bin/aria2c -x 16 -s 16 -k 1M -o $1 $url; ;;SamLukeYes commented on 2022-09-08 17:34 (UTC)
fastgit.org 已经凉凉了(
plokid commented on 2022-07-31 06:52 (UTC)
建议给
/etc/makepkg.conf
做一个patch