Commit eef20f61 by Terzeus S. Dominguez Committed by Stéphane Graber

Change openSUSE default release to Leap 42.2

parent 73fd6977
...@@ -407,7 +407,7 @@ usage() ...@@ -407,7 +407,7 @@ usage()
cat <<EOF cat <<EOF
$1 -h|--help -p|--path=<path> -r|--release nn.n --clean $1 -h|--help -p|--path=<path> -r|--release nn.n --clean
Please give the release as 13.1, 13.2 etc. Please give the release as 13.1, 13.2 etc.
If no release is given, openSUSE 13.1 is installed. If no release is given, openSUSE Leap 42.2 is installed.
EOF EOF
return 0 return 0
} }
...@@ -462,8 +462,8 @@ fi ...@@ -462,8 +462,8 @@ fi
if [ -z "$DISTRO" ]; then if [ -z "$DISTRO" ]; then
echo "" echo ""
echo "No release selected, using openSUSE 13.1" echo "No release selected, using openSUSE Leap 42.2"
DISTRO=13.1 DISTRO=42.2
else else
echo "" echo ""
case "$DISTRO" in case "$DISTRO" in
......
Markdown is supported
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