Skip to content

Commit

Permalink
Show "Other" side for unknown operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schmitt committed Feb 14, 2025
1 parent 99a3511 commit aed6f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ title: Installation Instructions
}
else if (navigator.userAgent.includes("Macintosh")){
window.location.replace("{{site.baseurl}}/getting-started/install-mac"+target);
else {
window.location.replace("{{site.baseurl}}/getting-started/install-generic"+target);
}
</script>

0 comments on commit aed6f17

Please sign in to comment.