Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
4f6c7c8d
Commit
4f6c7c8d
authored
May 23, 2022
by
TurtleIdiot
Committed by
Melledy
May 23, 2022
Browse files
Removed broken/WIP elif
parent
8459c825
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
4f6c7c8d
...
@@ -38,7 +38,6 @@ valid_ip() {
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment