From e72ba0336c46196724d4c19659bb43b8f2a35a48 Mon Sep 17 00:00:00 2001 From: Lukas Herman Date: Thu, 29 Aug 2024 14:24:42 -0400 Subject: [PATCH] Revert "support arm64 variance in install-chrome (#765)" This reverts commit 3afa8c676b1998a4ffa5d60aada153ab6073b4fc. --- build/chrome/install-chrome | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/chrome/install-chrome b/build/chrome/install-chrome index 5231752f..55e4014b 100755 --- a/build/chrome/install-chrome +++ b/build/chrome/install-chrome @@ -1,7 +1,8 @@ #!/bin/bash set -euxo pipefail -if [[ "$1" == linux/arm64* ]]; then +if [ "$1" = "linux/arm64" ] +then apt-get update apt-get install -y \ ca-certificates \