From 82c5ccbbab085281a3be54209d2d2c980fab9125 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 15 Jan 2021 20:21:51 -0500 Subject: [PATCH] Remove testing oops --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 3c7470b..9a82643 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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