more work

This commit is contained in:
Joey Eamigh
2023-06-21 18:22:39 -04:00
parent 2e74130b2e
commit 3aeb275a65
4 changed files with 106 additions and 46 deletions

View File

@@ -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