diff --git a/scripts/install_dependencies/install_NEO_OCL_driver.sh b/scripts/install_dependencies/install_NEO_OCL_driver.sh
index 33dfae90fa8eea..b1a28a4ce70f6b 100755
--- a/scripts/install_dependencies/install_NEO_OCL_driver.sh
+++ b/scripts/install_dependencies/install_NEO_OCL_driver.sh
@@ -658,7 +658,7 @@ check_current_driver()
     elif [[ $DISTRO == ubuntu ]]; then
         gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl)
         if [[ -z "$gfx_version" ]]; then 
-            gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl)
+            gfx_version=$(dpkg-query --showformat='${Version}' --show intel-opencl-icd)
         fi
     fi