diff --git a/Test-Recipes/URLTextSearcherArray.test.recipe.yaml b/Test-Recipes/URLTextSearcherArray.test.recipe.yaml
index d51da5f..5959f6c 100644
--- a/Test-Recipes/URLTextSearcherArray.test.recipe.yaml
+++ b/Test-Recipes/URLTextSearcherArray.test.recipe.yaml
@@ -16,7 +16,7 @@ Process:
     Arguments:
       input_string: "%version_maximum%"
       # this may need changed in the future:
-      assert_string: "10.0."
+      assert_string: "11.0."
 
   # # find URL strings inside of a binary file:
   # - Processor: com.github.jgstew.SharedProcessors/URLTextSearcherArray
diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh
index c24353e..17df165 100644
--- a/setup_ubuntu.sh
+++ b/setup_ubuntu.sh
@@ -23,7 +23,7 @@ sudo python3.10 -m pip install --upgrade pip
 # update python basics
 sudo python3.10 -m pip install --upgrade setuptools wheel build
 
-sudo DEBIAN_FRONTEND=noninteractive apt install -y libcairo2-dev libmagic-dev jq p7zip-full msitools curl git wget build-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
+sudo DEBIAN_FRONTEND=noninteractive apt install -y speech-dispatcher libcairo2-dev libmagic-dev jq p7zip-full msitools curl git wget build-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
 
 # This may solve a weird issue:
 # python3 -m pip install -U 'pyasn1<0.5.0'