mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-23 03:39:22 +01:00
Mikaela Suomalainen
c391357cf7
For some reason I had thought that the default installation uses local mirror instead of the main repo so I used that. I also removed MATE now as it causes dupliate warnings with Ubuntu MATE and it's not needed starting from 15.04. It's also not difficult to find.
34 lines
2.0 KiB
Plaintext
34 lines
2.0 KiB
Plaintext
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
|
|
# newer versions of the distribution.
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt vivid main restricted universe multiverse
|
|
|
|
## Major bug fix updates produced after the final vivid of the
|
|
## distribution.
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-updates main restricted universe multiverse
|
|
|
|
## N.B. software from this repository may not have been tested as
|
|
## extensively as that contained in the main vivid, although it includes
|
|
## newer versions of some applications which may provide useful features.
|
|
## Also, please note that software in backports WILL NOT receive any review
|
|
## or updates from the Ubuntu security team.
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-backports main restricted universe multiverse
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-security main restricted universe multiverse
|
|
deb http://security.ubuntu.com/ubuntu vivid-security main restricted universe multiverse
|
|
deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid main restricted universe multiverse
|
|
deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-updates main restricted universe multiverse
|
|
deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-backports main restricted universe multiverse
|
|
deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-security main restricted universe multiverse
|
|
deb-src http://security.ubuntu.com/ubuntu vivid-security main restricted universe multiverse
|
|
|
|
## Uncomment the following two lines to add software from Canonical's
|
|
## 'partner' repository.
|
|
## This software is not part of Ubuntu, but is offered by Canonical and the
|
|
## respective vendors as a service to Ubuntu users.
|
|
deb http://archive.canonical.com/ubuntu vivid partner
|
|
deb-src http://archive.canonical.com/ubuntu vivid partner
|
|
|
|
## This software is not part of Ubuntu, but is offered by third-party
|
|
## developers who want to ship their latest software.
|
|
deb http://extras.ubuntu.com/ubuntu vivid main
|
|
deb-src http://extras.ubuntu.com/ubuntu vivid main
|