diff --git a/build/chrome/install-chrome b/build/chrome/install-chrome index 55e4014b..5231752f 100755 --- a/build/chrome/install-chrome +++ b/build/chrome/install-chrome @@ -1,8 +1,7 @@ #!/bin/bash set -euxo pipefail -if [ "$1" = "linux/arm64" ] -then +if [[ "$1" == linux/arm64* ]]; then apt-get update apt-get install -y \ ca-certificates \