Removed broken/WIP elif

This commit is contained in:
TurtleIdiot 2022-05-23 14:42:28 +01:00 committed by Melledy
parent 8459c82568
commit 4f6c7c8d95
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ valid_ip() {
# Checks for supported installer(s) (only apt-get for now :(, might add pacman in the future)
if is_command apt-get ; then
echo -e "Supported package manager found\n"
elif is_command pacman
else
echo "No supported package manager found"
exit