Lines Matching full:then
24 then
69 then
90 if [[ ! -f "$fname" ]] ; then
128 if [[ $FLAG_ARG == "dev" ]] ; then
129 if [[ $INSTALL_ARM_DEV == "yes" ]] ; then
136 if [[ $FLAG_ARG == "x86" ]] ; then
139 if [[ $FLAG_ARG == "arm-all" ]] ; then
142 if [[ $FLAG_ARG == "windows" ]] ; then
145 if [[ $FLAG_ARG == "arm-dev" ]] ; then
146 if [[ $INSTALL_DEV == "yes" ]] ; then
160 then
165 then
176 if [[ $(id -u) -ne 0 ]] ; then
190 if [ ! -f /etc/os-release ]; then
197 then
204 then
215 if [[ $VERSION_ID == "18.04" ]]; then
218 elif [[ $VERSION_ID == "20.04" ]]; then
233 if [[ "x$INSTALL_DEV" == "xyes" ]] ; then
237 if [[ "x$INSTALL_ARM_DEV" == "xyes" ]] ; then
241 if [[ "x$INSTALL_CROSS_x86" == "xyes" ]] ; then
245 if [[ "x$INSTALL_CROSS_WINDOWS" == "xyes" ]] ; then
249 if [[ "x$INSTALL_CROSS_ARM_ALL" == "xyes" ]] ; then
251 then
258 then