mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Removed broken/WIP elif
This commit is contained in:
parent
8459c82568
commit
4f6c7c8d95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user