1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed install script

This commit is contained in:
James Booth 2012-09-08 15:02:31 +01:00
parent 7f962895bc
commit cd254e9f45

View File

@ -89,7 +89,7 @@ DIST=unknown
if [ "${OS}" = "Linux" ]; then
if [ -f /etc/fedora-release ]; then
DIST=fedora
elif [ -f /etc/debian-release ]; then
elif [ -f /etc/debian-version ]; then
DIST=debian
fi
fi