From ef091869594079752bc9af8d6076433f5b57b212 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 14 May 2018 16:37:04 +0200 Subject: [PATCH] --soui option points temporarily to ReleaseTHREE-Classic testing Change-Id: I371654d4d63cd7e5b75db251e31a25d8cb198475 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ad0e2043..ba0e9247 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -751,7 +751,7 @@ while getopts ":hy-:b:r:k:u:R:l:p:D:" o; do [ "${OPTARG}" == "lxdinstall" ] && INSTALL_LXD="y" && continue [ "${OPTARG}" == "lxdimages" ] && INSTALL_FROM_LXDIMAGES="y" && continue [ "${OPTARG}" == "lightweight" ] && INSTALL_LIGHTWEIGHT="y" && continue - [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && RELEASE="-R ReleaseTHREE" && REPOSITORY="-r stable" && continue + [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && RELEASE="-R ReleaseTHREE-Classic" && REPOSITORY="-r testing" && continue [ "${OPTARG}" == "vimemu" ] && INSTALL_VIMEMU="y" && continue [ "${OPTARG}" == "noconfigure" ] && NOCONFIGURE="y" && continue [ "${OPTARG}" == "showopts" ] && SHOWOPTS="y" && continue -- 2.25.1