fix install script (#640)

This commit is contained in:
Unnunu 2022-02-08 11:16:47 +03:00 committed by GitHub
parent 9394e1ee21
commit 44d51a0771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 10 deletions

View File

@ -61,7 +61,6 @@ if cat /etc/os-release | grep -E 'ID=debian|ID_LIKE=(.*)debian' &> /dev/null; th
fi
echo "Done"
exit
fi
# Arch Linux and derivatives (pacman)
@ -104,7 +103,6 @@ if cat /etc/os-release | grep -E 'ID=arch|ID_LIKE=arch' &> /dev/null; then
fi
echo "Done"
exit
fi
# openSUSE (zypper)
@ -141,7 +139,6 @@ if cat /etc/os-release | grep ID=opensuse &> /dev/null; then
fi
echo "Done"
exit
fi
# Alpine Linux (apk)
@ -199,8 +196,6 @@ if cat /etc/os-release | grep ID=alpine &> /dev/null; then
fi
echo "Done"
exit
fi