Skip to content

Instantly share code, notes, and snippets.

@HernandoR
Forked from gastonfeng/1555826334.txt
Last active April 23, 2026 02:18
Show Gist options
  • Select an option

  • Save HernandoR/1d67c38a7f6e9e4ad037e6d64bd212c7 to your computer and use it in GitHub Desktop.

Select an option

Save HernandoR/1d67c38a7f6e9e4ad037e6d64bd212c7 to your computer and use it in GitHub Desktop.
PPA 镜像加速
# PPA 镜像加速
# 2018年7月26日 BY : TATERLI
# 这里有USTC的反向代理.
# https://lug.ustc.edu.cn/wiki/mirrors/help/revproxy
# 只要一句话,全替换成USTC加速的PPA.再也不担心了.
# 1
sudo find /etc/apt/sources.list.d/ -type f -name "*.list" -exec  sed  -i.bak -r  's#deb(-src)?\s*http(s)?://ppa.launchpad.net#deb\1 http\2://launchpad.proxy.ustclug.org#ig' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment