From a4ee55ad964efffca379fb456b0deafb98f77415 Mon Sep 17 00:00:00 2001 From: cpoore1 Date: Sat, 27 Aug 2022 15:41:57 -0400 Subject: [PATCH] Update install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index c3884f98..e91f22a7 100755 --- a/install +++ b/install @@ -64,7 +64,7 @@ then fi get_libcanberra=$(locate libcanberra-gtk-module.so 2>&1 | grep "libcanberra-gtk-module.so") -if [[ -z "$get_libcanberra111" ]] +if [[ -z "$get_libcanberra" ]] then # Ubuntu 18.04 echo "No libcanberra-gtk-module!"