mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 23:50:50 +08:00
Removed broken/WIP elif
This commit is contained in:
committed by
Melledy
Unverified
parent
1bf13d17f8
commit
444463cab2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user