From 4f6c7c8d95cb4f0240f4d7c786687fed015de61e Mon Sep 17 00:00:00 2001 From: TurtleIdiot <18502738+TurtleIdiot@users.noreply.github.com> Date: Mon, 23 May 2022 14:42:28 +0100 Subject: [PATCH] Removed broken/WIP elif --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index b19aeccd3..91cca5d17 100644 --- a/install.sh +++ b/install.sh @@ -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