-
-
Save crackcomm/3ee4c6d05bd2043e706253d637dea42d to your computer and use it in GitHub Desktop.
cat /etc/apt/sources.list.d/*
This file contains 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.d/* | |
deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main | |
deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8 | |
deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu xenial main | |
deb-src http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu xenial main | |
deb https://apt.dockerproject.org/repo ubuntu-xenial main | |
### THIS FILE IS AUTOMATICALLY CONFIGURED ### | |
# You may comment out this entry, but any other modifications may be lost. | |
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main | |
# Do not edit this file manually, use Software Sources instead. | |
deb http://packages.linuxmint.com sonya main upstream import backport #id:linuxmint_main | |
deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse | |
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse | |
deb http://archive.canonical.com/ubuntu/ xenial partner | |
deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main | |
deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main | |
deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main | |
### THIS FILE IS AUTOMATICALLY CONFIGURED ### | |
# You may comment out this entry, but any other modifications may be lost. | |
deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment