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