Merge pull request #396 from luixal/patch-2

Allows package to be installed in ElementaryOS
This commit is contained in:
Ben Gotow 2015-11-25 14:38:17 -08:00
commit 1889bfac9d

View file

@ -24,7 +24,7 @@ case "$1" in
DISTRO=`lsb_release -s -i`
if [ "$DISTRO" = "Ubuntu" ]; then
if [ "$DISTRO" = "Ubuntu" ] || [ "$DISTRO" = "elementary OS" ]; then
DISTS=$UBUNTU_CODENAMES
DISTRO="ubuntu"
elif [ "$DISTRO" = "Debian" ]; then