Skip to content

Commit

Permalink
Skip Chrome install for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Mar 7, 2024
1 parent 39627cf commit ab47d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_sysdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ then {
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list
apt-get update -y
apt-get install -q -y google-chrome-stable
apt-get install -q -y google-chrome-stable || \
echo "❌ Unable to install Chrome, likely due to lack of arm64 support"
rm /etc/apt/sources.list.d/google.list

# Install quarto
Expand Down

0 comments on commit ab47d3e

Please sign in to comment.