Created
June 21, 2017 00:19
-
-
Save gaboesquivel/d46b845892dd54f5bc75d91826491634 to your computer and use it in GitHub Desktop.
clean your sources lists
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
cat /etc/apt/sources.list | uniq -u > /tmp/sources.list && sudo mv /tmp/sources.list /etc/apt/sources.list | |
cat /etc/apt/sources.list.d/sources.list | uniq -u > /tmp/sources.list && sudo mv /tmp/sources.list /etc/apt/sources.list.d/sources.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment