mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 12:05:39 +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)
|
# Checks for supported installer(s) (only apt-get for now :(, might add pacman in the future)
|
||||||
if is_command apt-get ; then
|
if is_command apt-get ; then
|
||||||
echo -e "Supported package manager found\n"
|
echo -e "Supported package manager found\n"
|
||||||
elif is_command pacman
|
|
||||||
else
|
else
|
||||||
echo "No supported package manager found"
|
echo "No supported package manager found"
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user