Skip to content

Instantly share code, notes, and snippets.

@yellowkingdom
Last active August 29, 2015 14:19
Show Gist options
  • Save yellowkingdom/417b41373dd27f507556 to your computer and use it in GitHub Desktop.
Save yellowkingdom/417b41373dd27f507556 to your computer and use it in GitHub Desktop.
modify the raspbian apt source to alibaba sources 修改raspbian源为阿里源
$ sudo vim.tiny /etc/apt/source.list
#修改为
deb http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main contrib non-free rpi
然后
$ sudo apt-get update
$ sudo apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment