persistent_load &&
persistent_remove OPERA_RELEASE &&
if [[ "${SMGL_COMPAT_ARCHS[1]}" != "x86_64" &&
      "${SMGL_COMPAT_ARCHS[1]}" != "em64t"  &&
      "${SMGL_COMPAT_ARCHS[1]}" != "ia32"   ]]; then
  message "${PROBLEM_COLOR}Opera is not available for platform ${SMGL_COMPAT_ARCHS[1]}${DEFAUL_COLOR}"
  false
fi &&

config_query_list OPERA_BRANCH "What branch do you wish to use?" \
                               "stable" \
                               "legacy"
