Skip to content

Instantly share code, notes, and snippets.

@rurumimic
Last active July 3, 2020 07:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rurumimic/099b891f85c6be9509c145b9fac941d7 to your computer and use it in GitHub Desktop.
Save rurumimic/099b891f85c6be9509c145b9fac941d7 to your computer and use it in GitHub Desktop.
Ubuntu Repo kakao mirror

File Edit

$ sudo vi /etc/apt/sources.list

Replace url

:%s/archive.ubuntu.com/mirror.kakao.com/g
:%s/security.ubuntu.com/mirror.kakao.com/g
:%s/extras.ubuntu.com/mirror.kakao.com/g

Update

$ 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