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:
parent
7f962895bc
commit
cd254e9f45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user