Created
May 3, 2023 22:27
-
-
Save iykex/36e131b280cf11e736396b76c52349f2 to your computer and use it in GitHub Desktop.
Oracle Cloud(arm) - Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
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
## Note, this file is written by cloud-init on first boot of an instance | |
## modifications made here will not survive a re-bundle. | |
## if you wish to make changes you can: | |
## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg | |
## or do the same in user-data | |
## b.) add sources in /etc/apt/sources.list.d | |
## c.) make changes to template file /etc/cloud/templates/sources.list.tmpl | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal main restricted | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal-updates main restricted | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal universe | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal-updates universe | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal multiverse | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal-updates multiverse | |
deb http://eu-amsterdam-1-ad-1.clouds.ports.ubuntu.com/ubuntu-ports/ focal-backports main restricted universe multiverse | |
deb http://ports.ubuntu.com/ubuntu-ports focal-security main restricted | |
deb http://ports.ubuntu.com/ubuntu-ports focal-security universe | |
deb http://ports.ubuntu.com/ubuntu-ports focal-security multiverse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment