Skip to content

Commit

Permalink
templates/opensuse: support leap 42.3
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  • Loading branch information
ThomasLamprecht authored and stgraber committed Aug 15, 2017
1 parent f08a3b4 commit 63b15c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/lxc-opensuse.in
Expand Up @@ -500,7 +500,11 @@ else
42.2|leap/42.2|422)
echo "Selected openSUSE Leap 42.2"
DISTRO="leap/42.2"
;;
;;
42.3|leap/42.3|423)
echo "Selected openSUSE Leap 42.3"
DISTRO="leap/42.3"
;;
tumbleweed|factory)
echo "Selected openSUSE Leap Tumbleweed"
DISTRO="tumbleweed"
Expand Down

0 comments on commit 63b15c5

Please sign in to comment.