diff --git a/targets/chromium b/targets/chromium index 282a27a08..2a784e3ec 100644 --- a/targets/chromium +++ b/targets/chromium @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if [ "${TARGETNOINSTALL:-c}" = 'c' ] && - [ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] && + [ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' -o "$DISTRO" = 'opensuse' ] && [ "${ARCH#arm}" != "$ARCH" ]; then error 99 "chromium target is not supported on "$DISTRO"/"$ARCH"." fi