Commit 4f6c7c8d authored by TurtleIdiot's avatar TurtleIdiot Committed by Melledy
Browse files

Removed broken/WIP elif

parent 8459c825
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment