Skip to content

Instantly share code, notes, and snippets.

@namjae
Forked from lesstif/change-ubuntu-mirror.sh
Last active June 21, 2019 07:51
Show Gist options
  • Save namjae/0bfdcc299d424caba41dbf0191480250 to your computer and use it in GitHub Desktop.
Save namjae/0bfdcc299d424caba41dbf0191480250 to your computer and use it in GitHub Desktop.
우분투의 apt 기본 미러를 다음 카카오로 변경
#!/bin/sh
##
sed -i -e 's/\(us.\)\?archive.ubuntu.com/ftp.daumkakao.com/g' -e 's/security.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list
## check
apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment