diff --git a/getting-started/install.md b/getting-started/install.md index 0930e27..50bd20d 100644 --- a/getting-started/install.md +++ b/getting-started/install.md @@ -15,4 +15,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); + }