From abf2c8231b7bd37d4afdcfc8c8c014833b67b730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Fri, 10 Nov 2017 14:23:01 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7eaa786..85e5b31 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ fi case $DISTRIB_ID in # Debian/Ubuntu family - elementaryos|debian|ubuntu|linuxmint|raspbian) + elementary|debian|ubuntu|linuxmint|raspbian) PACKAGE_INST='sudo apt-get install' PIP_PKG_NAME='python3-pip' PYGOBJECT_PKG_NAME='python3-gi'