more work
This commit is contained in:
@@ -12,13 +12,7 @@ if ! [ -x "$(command -v java)" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# check that git is installed
|
||||
if ! [ -x "$(command -v git)" ]; then
|
||||
echo 'Error: git is not installed. Please install it to continue.' >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# check that git is installed
|
||||
# check that multimc is installed
|
||||
if ! [ -x "$(command -v multimc)" ]; then
|
||||
echo 'Error: multimc is not installed. Please install it to continue.' >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user