Skip to content

Instantly share code, notes, and snippets.

@gaboesquivel
Created June 21, 2017 00:19
Show Gist options
  • Save gaboesquivel/d46b845892dd54f5bc75d91826491634 to your computer and use it in GitHub Desktop.
Save gaboesquivel/d46b845892dd54f5bc75d91826491634 to your computer and use it in GitHub Desktop.
clean your sources lists
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