Last active
February 28, 2020 07:51
-
-
Save toanalien/6537548eee766f65fc09b2e40b17d460 to your computer and use it in GitHub Desktop.
Change mirror ubuntu
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
#!/bin/bash | |
#http://mirrors.ubuntu.com/mirrors.txt | |
#sudo sed -i 's%us.archive.ubuntu.com%mirror.ehost.vn%' /etc/apt/sources.list | |
sudo sed -i 's%us.archive.ubuntu.com%mirror.clearsky.vn%' /etc/apt/sources.list |
Author
toanalien
commented
Feb 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment