mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 15:16:21 +00:00
Fixed install script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user