Skip to content

Commit

Permalink
Website: Don't recommend ARM download when architecture could not be …
Browse files Browse the repository at this point in the history
…detected
  • Loading branch information
helgoboss committed Apr 20, 2024
1 parent 7844b85 commit df1984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/install-via-reaboot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function getDownloadConfig(): ReabootDownloadConfig {
return {
downloadComment: <>{SUSPICIOUS_DOWNLOAD_COMMENT}</>,
mainDownloads: [macOsArm64Download, macOsX86_64Download],
recommendFirstDownload: true,
recommendFirstDownload: false,
};
}
case "Windows":
Expand Down

0 comments on commit df1984b

Please sign in to comment.