3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-21 16:11:24 +00:00

We know cosmic's name now.

This commit is contained in:
Colin Watson 2018-06-29 21:57:15 +01:00
parent 2c782e076c
commit baee4ed403

@ -695,17 +695,17 @@ case $SUBPROJECT in
add_package install pkg-create-dbgsym
# no longer needed in >= bionic
add_package install apt-transport-https
# no longer needed in >= CC
# no longer needed in >= cosmic
add_package install tzdata
;;
artful)
# no longer needed in >= bionic
add_package install apt-transport-https
# no longer needed in >= CC
# no longer needed in >= cosmic
add_package install tzdata
;;
bionic)
# no longer needed in >= CC
# no longer needed in >= cosmic
add_package install tzdata
;;
esac