Skip to content
Snippets Groups Projects
Unverified Commit 84f40d99 authored by Josef Schlehofer's avatar Josef Schlehofer Committed by Michal Hrusecky
Browse files

LXC: add Ubuntu 18.10

parent 2e632ab6
Branches
Tags
No related merge requests found
......@@ -92,6 +92,7 @@ add_image "openSUSE" "Tumbleweed" "armv7l" "http://download.opensuse.org/ports/a
add_image "Sabayon" "16" "armv7l" "http://mirror.dkm.cz/sabayon/stable/Sabayon_Linux_16_armv7l.tar.bz2"
add_image "Ubuntu" "Xenial" "armv7l" "`get_lxc_url ubuntu/xenial/armhf`"
add_image "Ubuntu" "Bionic" "armv7l" "`get_lxc_url ubuntu/bionic/armhf`"
add_image "Ubuntu" "Cosmic" "armv7l" "`get_lxc_url ubuntu/cosmic/armhf`"
if [ "`gpg -K`" ]; then
if [ -f ~/gpg-pass ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment