Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index d62d4a2..8732e9d 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -153,7 +153,7 @@ def check_distro():
pass
arch = subprocess.check_output(["uname", "-i"]).strip()
- if arch not in ["i386", "x86_64"]:
+ if arch not in ["i386", "i686", "x86_64"]:
distro = "unsupported"
return distro