Created
January 8, 2020 10:36
-
-
Save banyudu/66c0ba1da213c2a51812bc4c343b20ce to your computer and use it in GitHub Desktop.
use aliyun apt mirror instead of official to speed up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list \ | |
| && sed -i s@/security.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list | |
| sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list \ | |
| && sed -i s@/security.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment