Skip to content

Commit

Permalink
Revert "support arm64 variance in install-chrome (#765)"
Browse files Browse the repository at this point in the history
This reverts commit 3afa8c6.
  • Loading branch information
lherman-cs committed Aug 29, 2024
1 parent 85aec20 commit e72ba03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/chrome/install-chrome
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit e72ba03

Please sign in to comment.