Add security and backports repos
This commit is contained in:
parent
6dd83fdc2c
commit
0968113a36
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ cp -r "${rootdir}"/rpi/rootfs/writable/* ubuntusway-${architecture}/
|
||||||
cat << EOF > ubuntusway-$architecture/etc/apt/sources.list
|
cat << EOF > ubuntusway-$architecture/etc/apt/sources.list
|
||||||
deb http://ports.ubuntu.com/ubuntu-ports $codename main restricted universe multiverse
|
deb http://ports.ubuntu.com/ubuntu-ports $codename main restricted universe multiverse
|
||||||
deb http://ports.ubuntu.com/ubuntu-ports $codename-updates main restricted universe multiverse
|
deb http://ports.ubuntu.com/ubuntu-ports $codename-updates main restricted universe multiverse
|
||||||
|
deb http://ports.ubuntu.com/ubuntu-ports $codename-security main restricted universe multiverse
|
||||||
|
deb http://ports.ubuntu.com/ubuntu-ports $codename-backports main restricted universe multiverse
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Copy in the ubuntusway PPAs/keys/apt config
|
# Copy in the ubuntusway PPAs/keys/apt config
|
||||||
|
|
Loading…
Add table
Reference in a new issue