Skip to content

Instantly share code, notes, and snippets.

@nzbart
Created June 2, 2019 20:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nzbart/b53545ac20b5be0103770ba4a7b9ff27 to your computer and use it in GitHub Desktop.
Save nzbart/b53545ac20b5be0103770ba4a7b9ff27 to your computer and use it in GitHub Desktop.
Change WSL to debian testing
  1. Replace the existing sources.list with the on in this Gist.
  2. apt update && apt full-upgrade -y
deb https://deb.debian.org/debian testing main contrib non-free
deb https://deb.debian.org/debian testing-updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
@micaelviana
Copy link

The testing URL is not working anymore, I changed it to this:
deb http://security.debian.org/debian-security testing-security main non-free

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment