Remove testing oops

This commit is contained in:
the-sane 2021-01-15 20:21:51 -05:00 committed by GitHub
parent 669ee6eb91
commit 82c5ccbbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
############################################################################
# Check for dependencies
if [ ! -x "$(command -v mktemp2)" ] || [ ! -x "$(command -v basename)" ]; then
if [ ! -x "$(command -v mktemp)" ] || [ ! -x "$(command -v basename)" ]; then
echo -e "One or more required packages were not found on this system.\nPlease check that the following packages are installed:\n- mktemp (part of gnu coreutils)\n- basename (part of gnu coreutils)"
exit 1
fi